This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function el (parent) { | |
return function (...args) { | |
let out = ''; | |
if(args.length > 1) { | |
let outChild = ''; | |
args.forEach(arg => { | |
outChild += arg; | |
}); | |
out += renderElChild(parent, outChild) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"catalog": { | |
"client_name": "XYZ", | |
"level": 1, | |
"contentful_space": "", | |
"contentful_token": "", | |
"currency_char": "$", | |
"currency_code": "USD" | |
}, | |
"components": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[2018-11-13 02:25:50] sql: transaction has already been committed or rolled back | |
time="2018-11-13T02:25:50Z" level=error msg="Error on saving file in path: '00000000-0009-0000-0000-000000000004/student/00000000-0007-0000-0000-000000000001/1542075945.pdf'. Details: NoCredentialProviders: no valid providers in chain. Deprecated.\n\tFor verbose messaging see aws.Config.CredentialsChainVerboseErrors" application=masterData file=/api-core/controllers/files/Files.go line=214 module=Helpers stack="[goroutine 585 [running]: runtime/debug.Stack(0x2, 0xceee65, 0x179b61d) /usr/local/go/src/runtime/debug/stack.go:24 +0xa7 github.com/itdept/api-core/helpers.loggerStackTrace(0xdd6f40, 0xc0004723c0) /api-core/helpers/errorsHelper.go:175 +0x10e github.com/itdept/api-core/helpers.NewCommonError(0xc00051a120, 0x10e, 0x0, 0x0, 0x0) /api-core/helpers/errorsHelper.go:36 +0x63 github.com/itdept/api-core/controllers/files.UploadStudentFile(0xc0000ae2c0) /api-core/controllers/files/Files.go:214 +0xaa6 github.com/gin-gonic/gin.(*Con |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Error on dispatchler check this link: | |
* http://javarevisited.blogspot.com.uy/2015/09/eclipse-javalangclassnotfoundexception.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> | |
<modelVersion>4.0.0</modelVersion> | |
<groupId>com.demo</groupId> | |
<artifactId>DemoApp</artifactId> | |
<packaging>war</packaging> | |
<version>0.0.1-SNAPSHOT</version> | |
<name>Demo Maven Webapp</name> | |
<url>http://maven.apache.org</url> | |
<dependencies> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@model Talento.Models.EditCandidateViewModel | |
<div class="modal-dialog"> | |
<div class="modal-content"> | |
<div class="modal-body" id="edit-position-dialog-body"> | |
<form> | |
<input type="hidden" id="CandidateId" name="CandidateId" value="data-candidate-id"> | |
<div class="modal-body"> | |
<p><strong>Edit Profile</strong></p> | |
<div class="form-group row"> | |
<label for="Candidateemail" class="col-md-2 col-form-label">Email</label> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<img class="lazy" title="<?php echo esc_attr($image->alttext) ?>" alt="<?php echo esc_attr($image->alttext) ?>" data-original="<?php echo nextgen_esc_url($image->thumbnailURL) ?>" <?php echo $image->size ?> /><?php | |
/** | |
Template Page for the gallery overview | |
Follow variables are useable : | |
$gallery : Contain all about the gallery | |
$images : Contain all images, path, title | |
$pagination : Contain the pagination content |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$url = @$_REQUEST['f']; | |
/** | |
* @author Jack Mason | |
* @website volunteer @ http://www.osipage.com, web access application and bookmarking tool. | |
* @copyright Free script, use anywhere as you like, no attribution required |