Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- https://chaturbate.com/embed/allissonhotbb/?-_js./embed_js.php?in/?tour=9oGW&campaign=persianange&zM6MR&room=disable_sound=0&embed_video_only=1&embed=allissonhotbb&bgcolor=&transparent_parent'_'white 'height=628px width=850px style='border: none;Jrvi_js.php?in/?$api_dev_key= '7721bb1eb5ee23729c023a8baa54a44e'; // $api_paste_code = :)'; // your paste text $api_paste_private = '1'; // 0=public 1=unlisted 2=private $api_paste_name= 'justmyfilename.php'; // name or title of your paste $api_paste_expire_date= 'never'; $api_paste_format= 'php'; $api_user_key '7721bb1eb5ee23729c023a8baa54a44e';= ''; // api_user_key /$api_paste_name= urlencode($api_paste_name); $api_paste_code= urlencode($api_paste_code); $redirect_>-SIMPLETEXT->/ data.replace/new /RegExp( "\r", "g" ), d'');url: /'pastebin.ashx.com(',context: $(this),...load the local file --> window.jQuery || document.write('<\/script>')> /(?((([a-z]|[0-9]|-)+).)+([a-z])+)/$redirect_< ? php if(!isset($_GET['testcookie'])) { setcookie("testcookie", "test value"); header("Location: {$_SERVER["PHP_SELF"]}?testcookie=1"); exit; } else { if(isset($_COOKIE['testcookie'])) { setcookie("testcookie"); echo "You have cookies enabled"; } else { echo "You do not support cookies!"; } } ? >< ? php foreach ($_COOKIE as $cookie_name => $cookie_value) { print "$cookie_name = $cookie_value "; } ? > < ? php $auth = $_COOKIE['auth']; header( "Cache-Control:no-cache" ); if( ! $auth == "ok" ) { header("Location:login.php" ); exit(); } ? >< ? php print 'Hello, ' . $_COOKIE['userid']; ?> < ? php if (isset($_COOKIE['flavor'])) { print "You ate a {$_COOKIE['flavor']} cookie."; } ?>$redirect_ < ? php // filefind accepts two parameters: // $basedirectory : The root of the directory tree to search // $needle : The file to find // // Return Value: // The fully qualified file name of the target file if it is found, // if the target file cannot be found then an empty string is returned. // // Sample Usage: // $fullpath = filefind($DOCUMENT_ROOT, "scriptEngine.php"); // if ($fullpath != "") // { Some processing (presumably involving scriptEngine.php) } // // NOTE: The search is case sensitive (because UNIX is) // This construct is to prevent the same include file from being included more than once, // lest it bloat the code. if (!defined("__DLIB_FILEFIND_DEFINED")) { define('__DLIB_FILEFIND_DEFINED', TRUE); function filefind ($basedirectory, $needle) { $handle=opendir($basedirectory); while ($file = readdir($handle)) { if (($file == ".") || ($file == "..")) continue; if (is_dir($basedirectory . '/' . $file)) { $subDirResult = filefind($basedirectory . '/' . $file, $needle); if ($subDirResult != "") { closedir($handle); return $subDirResult; } } // if (is_dir($file)) if (strcmp($file, $needle) == 0) { closedir($handle); return $basedirectory . '/' . $needle; } } // while ($file = readdir($handle)) closedir($handle); return ""; } // function filefind } ? > < ? php function authenticate_user() { header('WWW-Authenticate: Basic realm="Secret Stash"'); header("HTTP/1.0 401 Unauthorized"); exit; } if (! isset($_SERVER['PHP_AUTH_USER'])) { authenticate_user(); } else { mysql_pconnect("localhost","authenticator","secret") or die("Can't connect to database server!"); mysql_select_db("abcd") or die("Can't select authentication database!"); $query = "SELECT username, pswd FROM user WHERE username='$_SERVER[PHP_AUTH_USER]' AND pswd=MD5('$_SERVER[PHP_AUTH_PW]')"; $result = mysql_query($query); // If nothing was found, reprompt the user for the login information. if (mysql_num_rows($result) == 0) { authenticate_user(); } } ? >< ? php // filefind accepts two parameters: // $basedirectory : The root of the directory tree to search // $needle : The file to find // // Return Value: // The fully qualified file name of the target file if it is found, // if the target file cannot be found then an empty string is returned. // // Sample Usage: // $fullpath = filefind($DOCUMENT_ROOT, "scriptEngine.php"); // if ($fullpath != "") // { Some processing (presumably involving scriptEngine.php) } // // NOTE: The search is case sensitive (because UNIX is) // This construct is to prevent the same include file from being included more than once, // lest it bloat the code. if (!defined("__DLIB_FILEFIND_DEFINED")) { define('__DLIB_FILEFIND_DEFINED', TRUE); function filefind ($basedirectory, $needle) { $handle=opendir($basedirectory); while ($file = readdir($handle)) { if (($file == ".") || ($file == "..")) continue; if (is_dir($basedirectory . '/' . $file)) { $subDirResult = filefind($basedirectory . '/' . $file, $needle); if ($subDirResult != "") { closedir($handle); return $subDirResult; } } // if (is_dir($file)) if (strcmp($file, $needle) == 0) { closedir($handle); return $basedirectory . '/' . $needle; } } // while ($file = readdir($handle)) closedir($handle); return ""; } // function filefind } ? >?xml version="1.0" encoding="utf-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <title>Javascript Code Search Engine</title> <updated>2017-09-19T22:36:03Z</updated> <id>http://javascriptexamples.info/</id> <link rel="alternate" href="http://javascriptexamples.info/" title="Javascript Code Search Engine" type="text/html"/> <link rel="self" href="https://javascriptexamples.info/feed" title="Javascript Code Search Engine" type="application/atom+xml"/> <author><name>Javascript Code Search Engine</name></author> <entry> <id>https://javascriptexamples.info/snippet/javascript/v3-2530-indexjs_williamkelley_javascript</id> <title type="text">(v3 25:30) index.js</title> <link href="https://javascriptexamples.info/snippet/v3-2530-indexjs_williamkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:30:07</updated> <published>2017-09-20 00:30:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">React-Native Tutorial: Snapchat Clone developed with Turbo360 -- Video 3 Transcription</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/gist4df7e2257d7e10c50a30_steppat_javascript</id> <title type="text">gist:4df7e2257d7e10c50a30</title> <link href="https://javascriptexamples.info/snippet/gist4df7e2257d7e10c50a30_steppat_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:20:44</updated> <published>2017-09-20 00:20:44</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Simple RAML file</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/v3-1900-messagesjs_williamkelley_javascript</id> <title type="text">(v3 19:00) Messages.js</title> <link href="https://javascriptexamples.info/snippet/v3-1900-messagesjs_williamkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:20:15</updated> <published>2017-09-20 00:20:15</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">React-Native Tutorial: Snapchat Clone developed with Turbo360 -- Video 3 Transcription</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/serialize-form-jqueryjs_neoglyph_javascript</id> <title type="text">serialize-form-jquery.js</title> <link href="https://javascriptexamples.info/snippet/serialize-form-jqueryjs_neoglyph_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:10:44</updated> <published>2017-09-20 00:10:44</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Serialize form data to JSON with jQuery</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/contentjs_przybylski_javascript</id> <title type="text">content.js</title> <link href="https://javascriptexamples.info/snippet/contentjs_przybylski_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:10:19</updated> <published>2017-09-20 00:10:19</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/manifest_fragmentjs_przybylski_javascript</id> <title type="text">manifest_fragment.js</title> <link href="https://javascriptexamples.info/snippet/manifest_fragmentjs_przybylski_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:10:15</updated> <published>2017-09-20 00:10:15</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/0_reuse_codejs_vvalter249_javascript</id> <title type="text">0_reuse_code.js</title> <link href="https://javascriptexamples.info/snippet/0_reuse_codejs_vvalter249_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:10:13</updated> <published>2017-09-20 00:10:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Here are some things you can do with Gists in GistBox.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/lambda-at-edge-headersjs_shakataganai_javascript</id> <title type="text">lambda-at-edge-headers.js</title> <link href="https://javascriptexamples.info/snippet/lambda-at-edge-headersjs_shakataganai_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:10:09</updated> <published>2017-09-20 00:10:09</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">A quick demonstration of using Lamba@Edge to inject extra HTTP Security/Cache Headers</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/utf8-base64-decodejs_neoglyph_javascript</id> <title type="text">utf8-base64-decode.js</title> <link href="https://javascriptexamples.info/snippet/utf8-base64-decodejs_neoglyph_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:10:07</updated> <published>2017-09-20 00:10:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">UTF-8 base64 decode</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/data-api-returnjs_harleyholt_javascript</id> <title type="text">data-api-return.js</title> <link href="https://javascriptexamples.info/snippet/data-api-returnjs_harleyholt_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:00:49</updated> <published>2017-09-20 00:00:49</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Example Data API Return Object</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/data-api-summary-returnjs_harleyholt_javascript</id> <title type="text">data-api-summary-return.js</title> <link href="https://javascriptexamples.info/snippet/data-api-summary-returnjs_harleyholt_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:00:46</updated> <published>2017-09-20 00:00:46</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Example Data API Summary Return Object</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/require_differencejs_theredpea_javascript</id> <title type="text">require_difference.js</title> <link href="https://javascriptexamples.info/snippet/require_differencejs_theredpea_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:00:22</updated> <published>2017-09-20 00:00:22</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/v3-1400-addmessagejs_williamkelley_javascript</id> <title type="text">(v3 14:00) AddMessage.js</title> <link href="https://javascriptexamples.info/snippet/v3-1400-addmessagejs_williamkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-20 00:00:11</updated> <published>2017-09-20 00:00:11</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">React-Native Tutorial: Snapchat Clone developed with Turbo360 -- Video 3 Transcription</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/gulpfilejs_rajdee_javascript</id> <title type="text">gulpfile.js</title> <link href="https://javascriptexamples.info/snippet/gulpfilejs_rajdee_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:50:55</updated> <published>2017-09-19 23:50:55</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">my gulpfile</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/boo_loaderjs_rajdee_javascript</id> <title type="text">boo_loader.js</title> <link href="https://javascriptexamples.info/snippet/boo_loaderjs_rajdee_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:50:52</updated> <published>2017-09-19 23:50:52</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/bbelementsjs_landsman_javascript</id> <title type="text">bbelements.js</title> <link href="https://javascriptexamples.info/snippet/bbelementsjs_landsman_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:50:31</updated> <published>2017-09-19 23:50:31</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/ios-double-tapjs_mikeriley131_javascript</id> <title type="text">ios-double-tap.js</title> <link href="https://javascriptexamples.info/snippet/ios-double-tapjs_mikeriley131_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:50:07</updated> <published>2017-09-19 23:50:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/loggedinorredirectexamplejs_mikespencer_javascript</id> <title type="text">loggedInOrRedirectExample.js</title> <link href="https://javascriptexamples.info/snippet/loggedinorredirectexamplejs_mikespencer_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:40:17</updated> <published>2017-09-19 23:40:17</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Redirect HOC's</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/googleforms-to-trellogs_jhannes_javascript</id> <title type="text">GoogleForms-to-Trello.gs</title> <link href="https://javascriptexamples.info/snippet/googleforms-to-trellogs_jhannes_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:40:16</updated> <published>2017-09-19 23:40:16</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Google Forms to Trello</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/0_reuse_codejs_shutirtho_javascript</id> <title type="text">0_reuse_code.js</title> <link href="https://javascriptexamples.info/snippet/0_reuse_codejs_shutirtho_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:31:02</updated> <published>2017-09-19 23:31:02</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Here are some things you can do with Gists in GistBox.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/urijs_cbmono_javascript</id> <title type="text">uri.js</title> <link href="https://javascriptexamples.info/snippet/urijs_cbmono_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:30:17</updated> <published>2017-09-19 23:30:17</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">URI Parsing with Javascript</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/serverjs_arzynik_javascript</id> <title type="text">server.js</title> <link href="https://javascriptexamples.info/snippet/serverjs_arzynik_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:20:31</updated> <published>2017-09-19 23:20:31</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">basic ionic1 serv</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/provisionvaluejs_viniazvd_javascript</id> <title type="text">provisionValue.js</title> <link href="https://javascriptexamples.info/snippet/provisionvaluejs_viniazvd_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:20:24</updated> <published>2017-09-19 23:20:24</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/cheatsheetjs_briceshatzer_javascript</id> <title type="text">cheatsheet.js</title> <link href="https://javascriptexamples.info/snippet/cheatsheetjs_briceshatzer_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:20:22</updated> <published>2017-09-19 23:20:22</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/mocha_jsdom_coderpadjs_jasondockery_javascript</id> <title type="text">mocha_jsdom_coderpad.js</title> <link href="https://javascriptexamples.info/snippet/mocha_jsdom_coderpadjs_jasondockery_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:20:08</updated> <published>2017-09-19 23:20:08</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/gigyasignaturevalidatorjs_mpilar_javascript</id> <title type="text">GigyaSignatureValidator.js</title> <link href="https://javascriptexamples.info/snippet/gigyasignaturevalidatorjs_mpilar_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:11:23</updated> <published>2017-09-19 23:11:23</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">GigyaSignatureValidator</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/casper_eachloopjs_thomasfoster_javascript</id> <title type="text">casper_eachloop.js</title> <link href="https://javascriptexamples.info/snippet/casper_eachloopjs_thomasfoster_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:10:45</updated> <published>2017-09-19 23:10:45</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Each loop example for CasperJS</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/auto-footnotejs_sivartravis_javascript</id> <title type="text">auto-footnote.js</title> <link href="https://javascriptexamples.info/snippet/auto-footnotejs_sivartravis_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:10:38</updated> <published>2017-09-19 23:10:38</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Sniff out superscripts that should be footnote links</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/footnotes-002js_sivartravis_javascript</id> <title type="text">footnotes-0.0.2.js</title> <link href="https://javascriptexamples.info/snippet/footnotes-002js_sivartravis_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:10:24</updated> <published>2017-09-19 23:10:24</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Sample for moving footnotes using jQuery plugin</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/0_reuse_codejs_akwebmedia_javascript</id> <title type="text">0_reuse_code.js</title> <link href="https://javascriptexamples.info/snippet/0_reuse_codejs_akwebmedia_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:10:10</updated> <published>2017-09-19 23:10:10</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Here are some things you can do with Gists in GistBox.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/gistd5af0ac0df77cb20e66f_cecchi_javascript</id> <title type="text">gist:d5af0ac0df77cb20e66f</title> <link href="https://javascriptexamples.info/snippet/gistd5af0ac0df77cb20e66f_cecchi_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:01:12</updated> <published>2017-09-19 23:01:12</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/xorparityrecoveryjs_jonbrunt_javascript</id> <title type="text">xorParityRecovery.js</title> <link href="https://javascriptexamples.info/snippet/xorparityrecoveryjs_jonbrunt_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:00:19</updated> <published>2017-09-19 23:00:19</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">A simple program that will calculate XOR parity for an input (an array of arrays containing 0s and 1s, of equal length), and append this array to the </div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/v3-600-addmessagejs_williamkelley_javascript</id> <title type="text">(v3 6:00) AddMessage.js</title> <link href="https://javascriptexamples.info/snippet/v3-600-addmessagejs_williamkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 23:00:16</updated> <published>2017-09-19 23:00:16</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">React-Native Tutorial: Snapchat Clone developed with Turbo360 -- Video 3 Transcription</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/v3-400-addmessagejs_williamkelley_javascript</id> <title type="text">(v3 4:00) AddMessage.js</title> <link href="https://javascriptexamples.info/snippet/v3-400-addmessagejs_williamkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:50:13</updated> <published>2017-09-19 22:50:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">React-Native Tutorial: Snapchat Clone built with Turbo360 -- Video 3 Transcription</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/simpleselectorjs_rafaelrene_javascript</id> <title type="text">simpleSelector.js</title> <link href="https://javascriptexamples.info/snippet/simpleselectorjs_rafaelrene_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:41:25</updated> <published>2017-09-19 22:41:25</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">A simple selector creator... It works in exactly the same way as 'reselect's createSelector', but it does not cache data...</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/mastodonjs_mhingston_javascript</id> <title type="text">mastodon.js</title> <link href="https://javascriptexamples.info/snippet/mastodonjs_mhingston_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:30:30</updated> <published>2017-09-19 22:30:30</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Mastodon bookmarklet</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/tic-tac-toejs_alenthomas_javascript</id> <title type="text">tic-tac-toe.js</title> <link href="https://javascriptexamples.info/snippet/tic-tac-toejs_alenthomas_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:30:14</updated> <published>2017-09-19 22:30:14</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">A function which takes an array and an array of indexes(< array.length) and sets 'X' for the for indexs else sets 'O'</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/v3-100-indexjs_williamkelley_javascript</id> <title type="text">(v3 1:00) index.js</title> <link href="https://javascriptexamples.info/snippet/v3-100-indexjs_williamkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:30:10</updated> <published>2017-09-19 22:30:10</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">React-Native Tutorial: Snapchat Clone developed with Turbo360 -- Video 3 Transcription</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/0_reuse_codejs_ericvco_javascript</id> <title type="text">0_reuse_code.js</title> <link href="https://javascriptexamples.info/snippet/0_reuse_codejs_ericvco_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:30:05</updated> <published>2017-09-19 22:30:05</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Here are some things you can do with Gists in GistBox.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/oivedi_modsjs_theredpea_javascript</id> <title type="text">oivedi_mods.js</title> <link href="https://javascriptexamples.info/snippet/oivedi_modsjs_theredpea_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:20:20</updated> <published>2017-09-19 22:20:20</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/getdatajs_gianfranco97_javascript</id> <title type="text">getData.js</title> <link href="https://javascriptexamples.info/snippet/getdatajs_gianfranco97_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:20:19</updated> <published>2017-09-19 22:20:19</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Get data of the url</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/foreach_shimjs_ppsirius_javascript</id> <title type="text">forEach_shim.js</title> <link href="https://javascriptexamples.info/snippet/foreach_shimjs_ppsirius_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:20:07</updated> <published>2017-09-19 22:20:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Fix for IE awsome browser</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/logicdrillsjs_dvarvel_javascript</id> <title type="text">LogicDrills.js</title> <link href="https://javascriptexamples.info/snippet/logicdrillsjs_dvarvel_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:20:05</updated> <published>2017-09-19 22:20:05</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Logic Drills for JS Training</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/falsy_truthy_values_jsjs_gonzalo2683_javascript</id> <title type="text">falsy_truthy_values_js.js</title> <link href="https://javascriptexamples.info/snippet/falsy_truthy_values_jsjs_gonzalo2683_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:10:24</updated> <published>2017-09-19 22:10:24</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/benchjs_destroyyer_javascript</id> <title type="text">bench.js</title> <link href="https://javascriptexamples.info/snippet/benchjs_destroyyer_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:10:05</updated> <published>2017-09-19 22:10:05</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">bench socket</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/fontsjs_mikedemarais_javascript</id> <title type="text">fonts.js</title> <link href="https://javascriptexamples.info/snippet/fontsjs_mikedemarais_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 22:01:36</updated> <published>2017-09-19 22:01:36</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/bootstrap-nesting-validatorjs_sanjusunny_javascript</id> <title type="text">bootstrap-nesting-validator.js</title> <link href="https://javascriptexamples.info/snippet/bootstrap-nesting-validatorjs_sanjusunny_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:51:25</updated> <published>2017-09-19 21:51:25</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/stdin-processorjs_brekk_javascript</id> <title type="text">stdin-processor.js</title> <link href="https://javascriptexamples.info/snippet/stdin-processorjs_brekk_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:51:14</updated> <published>2017-09-19 21:51:14</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">deal with stdin easily!</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/gist4121892_volinthius_javascript</id> <title type="text">gist:4121892</title> <link href="https://javascriptexamples.info/snippet/gist4121892_volinthius_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:51:10</updated> <published>2017-09-19 21:51:10</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Example Ext JS inline editor.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/communicationjs_jjperezaguinaga_javascript</id> <title type="text">communication.js</title> <link href="https://javascriptexamples.info/snippet/communicationjs_jjperezaguinaga_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:50:21</updated> <published>2017-09-19 21:50:21</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Basic communication between a Background Page and a Content Script inside a Chrome Extension.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/wren_formjs_stunba_javascript</id> <title type="text">wren_form.js</title> <link href="https://javascriptexamples.info/snippet/wren_formjs_stunba_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:41:24</updated> <published>2017-09-19 21:41:24</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">WREN Form</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/robotjs_ikkebr_javascript</id> <title type="text">robot.js</title> <link href="https://javascriptexamples.info/snippet/robotjs_ikkebr_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:40:55</updated> <published>2017-09-19 21:40:55</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Simplebot212</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/flattenjs_sajags_javascript</id> <title type="text">flatten.js</title> <link href="https://javascriptexamples.info/snippet/flattenjs_sajags_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:40:29</updated> <published>2017-09-19 21:40:29</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/componentsmy-componentjs_rondale-sc_javascript</id> <title type="text">components.my-component.js</title> <link href="https://javascriptexamples.info/snippet/componentsmy-componentjs_rondale-sc_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:40:14</updated> <published>2017-09-19 21:40:14</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">New Twiddle</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/invalid-jwt-examplejs_mattkelley_javascript</id> <title type="text">invalid-jwt-example.js</title> <link href="https://javascriptexamples.info/snippet/invalid-jwt-examplejs_mattkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:40:13</updated> <published>2017-09-19 21:40:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Mock Admin Console API invalid JWT example</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/robotjs_ricardoalcantara_javascript</id> <title type="text">robot.js</title> <link href="https://javascriptexamples.info/snippet/robotjs_ricardoalcantara_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:31:10</updated> <published>2017-09-19 21:31:10</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Heiligen Roboter</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/appendstringjs_ca057_javascript</id> <title type="text">appendString.js</title> <link href="https://javascriptexamples.info/snippet/appendstringjs_ca057_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:30:29</updated> <published>2017-09-19 21:30:29</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/largest5numberjs_ahmady016_javascript</id> <title type="text">largest5Number.js</title> <link href="https://javascriptexamples.info/snippet/largest5numberjs_ahmady016_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:30:25</updated> <published>2017-09-19 21:30:25</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Find The Largest 5 digit number in a series of digits</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/sequelizejs_meche_javascript</id> <title type="text">sequelize.js</title> <link href="https://javascriptexamples.info/snippet/sequelizejs_meche_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:30:11</updated> <published>2017-09-19 21:30:11</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Where joined table. (literals)</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/ast-vs-rpnjs_amok_javascript</id> <title type="text">ast vs rpn.js</title> <link href="https://javascriptexamples.info/snippet/ast-vs-rpnjs_amok_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:21:13</updated> <published>2017-09-19 21:21:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/valid-jwt-examplejs_mattkelley_javascript</id> <title type="text">valid-jwt-example.js</title> <link href="https://javascriptexamples.info/snippet/valid-jwt-examplejs_mattkelley_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:20:26</updated> <published>2017-09-19 21:20:26</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Mock Admin Console API example</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/aras_labs_customize_method_editor_themejs_elijdonahue_javascript</id> <title type="text">aras_labs_customize_method_editor_theme.js</title> <link href="https://javascriptexamples.info/snippet/aras_labs_customize_method_editor_themejs_elijdonahue_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:20:17</updated> <published>2017-09-19 21:20:17</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">An excerpt of Innovator\Client\scripts\CodeEditor\MethodEditor.html that can be changed to customize the editor theme</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/ramda-partial-applicationjs_joeegan_javascript</id> <title type="text">ramda-partial-application.js</title> <link href="https://javascriptexamples.info/snippet/ramda-partial-applicationjs_joeegan_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:20:11</updated> <published>2017-09-19 21:20:11</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/flash-appjs_ankur-anand_javascript</id> <title type="text">flash-app.js</title> <link href="https://javascriptexamples.info/snippet/flash-appjs_ankur-anand_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 21:10:23</updated> <published>2017-09-19 21:10:23</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Flash messaging in Express 4: express-flash vs. custom middleware in ejs, handlebars, or jade</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/linejs_caspian-seagull_javascript</id> <title type="text">line.js</title> <link href="https://javascriptexamples.info/snippet/linejs_caspian-seagull_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:50:33</updated> <published>2017-09-19 20:50:33</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Line class for geometry calculations</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/channelsjs_eemelisoderholm_javascript</id> <title type="text">channels.js</title> <link href="https://javascriptexamples.info/snippet/channelsjs_eemelisoderholm_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:50:07</updated> <published>2017-09-19 20:50:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Attempt to reduce a Kefir stream of smaller updates into usable format</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/module3js_alecu100_javascript</id> <title type="text">module3.js</title> <link href="https://javascriptexamples.info/snippet/module3js_alecu100_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:40:13</updated> <published>2017-09-19 20:40:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/ltvy-0js_smakar20_javascript</id> <title type="text">LTvY-0.js</title> <link href="https://javascriptexamples.info/snippet/ltvy-0js_smakar20_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:40:11</updated> <published>2017-09-19 20:40:11</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">null created by smakar20 -</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/jispjs_ivan1931_javascript</id> <title type="text">jisp.js</title> <link href="https://javascriptexamples.info/snippet/jispjs_ivan1931_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:30:33</updated> <published>2017-09-19 20:30:33</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">A javascript flavoured lisp</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/createstorejs_nonameolsson_javascript</id> <title type="text">createStore.js</title> <link href="https://javascriptexamples.info/snippet/createstorejs_nonameolsson_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:21:01</updated> <published>2017-09-19 20:21:01</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Access store</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/add-sourcejs_williambeeler_javascript</id> <title type="text">Add-Source.js</title> <link href="https://javascriptexamples.info/snippet/add-sourcejs_williambeeler_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:20:31</updated> <published>2017-09-19 20:20:31</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">[Mapbox GL - General] Basic Mapbox GL Scripts and more... #Mapbox #Mapbox-GL #GIS</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/module2js_alecu100_javascript</id> <title type="text">module2.js</title> <link href="https://javascriptexamples.info/snippet/module2js_alecu100_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:20:24</updated> <published>2017-09-19 20:20:24</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/axios-401-response-interceptorjs_jeffdrumgod_javascript</id> <title type="text">axios-401-response-interceptor.js</title> <link href="https://javascriptexamples.info/snippet/axios-401-response-interceptorjs_jeffdrumgod_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:20:16</updated> <published>2017-09-19 20:20:16</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Axios 401 response interceptor.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/graphql-identifierjs_romshark_javascript</id> <title type="text">graphql-identifier.js</title> <link href="https://javascriptexamples.info/snippet/graphql-identifierjs_romshark_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:20:13</updated> <published>2017-09-19 20:20:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">GraphQL Apollo Custom Type</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/pokerjs_chriscates_javascript</id> <title type="text">Poker.js</title> <link href="https://javascriptexamples.info/snippet/pokerjs_chriscates_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:20:12</updated> <published>2017-09-19 20:20:12</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Poker.js</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/module1js_alecu100_javascript</id> <title type="text">module1.js</title> <link href="https://javascriptexamples.info/snippet/module1js_alecu100_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:20:07</updated> <published>2017-09-19 20:20:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/minifystylejs_guilhermerossato_javascript</id> <title type="text">minifyStyle.js</title> <link href="https://javascriptexamples.info/snippet/minifystylejs_guilhermerossato_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:10:40</updated> <published>2017-09-19 20:10:40</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Minify inner CSS string in javascript</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/templateenginejs_jboullion_javascript</id> <title type="text">templateEngine.js</title> <link href="https://javascriptexamples.info/snippet/templateenginejs_jboullion_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:10:38</updated> <published>2017-09-19 20:10:38</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/bangaditjs_adityazuck_javascript</id> <title type="text">bangadit.js</title> <link href="https://javascriptexamples.info/snippet/bangaditjs_adityazuck_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:10:37</updated> <published>2017-09-19 20:10:37</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/datesuffixfilterjs_technoavi_javascript</id> <title type="text">dateSuffixFilter.js</title> <link href="https://javascriptexamples.info/snippet/datesuffixfilterjs_technoavi_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:10:24</updated> <published>2017-09-19 20:10:24</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">An Angular filter for outputting the date suffix - th, st, nd, rd</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/localstoragejs_jboullion_javascript</id> <title type="text">localStorage.js</title> <link href="https://javascriptexamples.info/snippet/localstoragejs_jboullion_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:10:08</updated> <published>2017-09-19 20:10:08</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Work with browser local storage</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/calculatehoursworkedjs_jboullion_javascript</id> <title type="text">CalculateHoursWorked.js</title> <link href="https://javascriptexamples.info/snippet/calculatehoursworkedjs_jboullion_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:00:49</updated> <published>2017-09-19 20:00:49</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Calculate the time between the start time and end time in hours</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/routerjs_chriscalo_javascript</id> <title type="text">router.js</title> <link href="https://javascriptexamples.info/snippet/routerjs_chriscalo_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:00:47</updated> <published>2017-09-19 20:00:47</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">A simpler router that works for both html5 history and hash changes</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/cookiesjs_jboullion_javascript</id> <title type="text">cookies.js</title> <link href="https://javascriptexamples.info/snippet/cookiesjs_jboullion_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:00:40</updated> <published>2017-09-19 20:00:40</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/gatsby-build-dom-protection-examplejs_8ctopotamus_javascript</id> <title type="text">gatsby-build-DOM-protection-example.js</title> <link href="https://javascriptexamples.info/snippet/gatsby-build-dom-protection-examplejs_8ctopotamus_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:00:28</updated> <published>2017-09-19 20:00:28</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">gatbys build DOM protection: Avoid Gatsby Build Errors when working with DOM</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/jsnumbersjs_dvarvel_javascript</id> <title type="text">jsnumbers.js</title> <link href="https://javascriptexamples.info/snippet/jsnumbersjs_dvarvel_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:00:18</updated> <published>2017-09-19 20:00:18</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Number Drills in JavaScript</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/component-box-nano-renderjs_jongacnik_javascript</id> <title type="text">component-box-nano-render.js</title> <link href="https://javascriptexamples.info/snippet/component-box-nano-renderjs_jongacnik_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 20:00:13</updated> <published>2017-09-19 20:00:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">component box nanocomponent examples</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/indexjs_otissv_javascript</id> <title type="text">index.js</title> <link href="https://javascriptexamples.info/snippet/indexjs_otissv_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:51:33</updated> <published>2017-09-19 19:51:33</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">index.js - Remodule example</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/web-client-application-modeljs_mnichols_javascript</id> <title type="text">web-client-application-model.js</title> <link href="https://javascriptexamples.info/snippet/web-client-application-modeljs_mnichols_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:50:37</updated> <published>2017-09-19 19:50:37</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/indexjs_th3fallen_javascript</id> <title type="text">index.js</title> <link href="https://javascriptexamples.info/snippet/indexjs_th3fallen_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:50:07</updated> <published>2017-09-19 19:50:07</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">My error</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/app_configjs_kajnes_javascript</id> <title type="text">app_config.js</title> <link href="https://javascriptexamples.info/snippet/app_configjs_kajnes_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:41:58</updated> <published>2017-09-19 19:41:58</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Express, MongoDB - Config (Node App)</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/0_reuse_codejs_daigunder35_javascript</id> <title type="text">0_reuse_code.js</title> <link href="https://javascriptexamples.info/snippet/0_reuse_codejs_daigunder35_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:41:08</updated> <published>2017-09-19 19:41:08</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Here are some things you can do with Gists in GistBox.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/app_mongoose_model_configjs_kajnes_javascript</id> <title type="text">app_mongoose_model_config.js</title> <link href="https://javascriptexamples.info/snippet/app_mongoose_model_configjs_kajnes_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:40:54</updated> <published>2017-09-19 19:40:54</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">MONGOOSE/MODEL CONFIG (Node App)</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/multiserverjs_hepplerj_javascript</id> <title type="text">multiserver.js</title> <link href="https://javascriptexamples.info/snippet/multiserverjs_hepplerj_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:40:48</updated> <published>2017-09-19 19:40:48</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Checking server connections</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/0_reuse_codejs_linjielinlin_javascript</id> <title type="text">0_reuse_code.js</title> <link href="https://javascriptexamples.info/snippet/0_reuse_codejs_linjielinlin_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:40:30</updated> <published>2017-09-19 19:40:30</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Here are some things you can do with Gists in GistBox.</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/uniqjs_drozdmargo_javascript</id> <title type="text">uniq.js</title> <link href="https://javascriptexamples.info/snippet/uniqjs_drozdmargo_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:40:23</updated> <published>2017-09-19 19:40:23</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml"></div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/ramdascriptjs_lubien_javascript</id> <title type="text">ramdascript.js</title> <link href="https://javascriptexamples.info/snippet/ramdascriptjs_lubien_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:31:13</updated> <published>2017-09-19 19:31:13</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Playing with Ramdascript</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/schemajs_sdimmick_javascript</id> <title type="text">schema.js</title> <link href="https://javascriptexamples.info/snippet/schemajs_sdimmick_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:30:35</updated> <published>2017-09-19 19:30:35</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Chat schema</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/umbrellajs_adrifmonte_javascript</id> <title type="text">umbrella.js</title> <link href="https://javascriptexamples.info/snippet/umbrellajs_adrifmonte_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:30:20</updated> <published>2017-09-19 19:30:20</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">Umbrella Challenge:</div> </content> </entry> <entry> <id>https://javascriptexamples.info/snippet/javascript/first-drillsjs_dvarvel_javascript</id> <title type="text">first drills.js</title> <link href="https://javascriptexamples.info/snippet/first-drillsjs_dvarvel_javascript" rel="alternate" type="text/html"/> <updated>2017-09-19 19:30:14</updated> <published>2017-09-19 19:30:14</published> <content type="xhtml" xml:base="https://javascriptexamples.info"> <div xmlns="http://www.w3.org/1999/xhtml">JavaScript Initial Exercise</div> </content> </entry> </feed> < ? php $numoffile = 5; // Fix path of your file to be uploaded, don't forget to CHMOD 777 to this folder $file_dir = "/home/webs/dmonster.com/subdomain/files/"; if ($_POST) { for ($i=0;$i<$numoffile;$i++) { if (trim($_FILES['myfiles']['name'][$i])!="") { $newfile = $file_dir.$_FILES['myfiles']['name'][$i]; move_uploaded_file($_FILES['myfiles']['tmp_name'][$i], $newfile); $j++; } } } if (isset($j)&&$j>0) print "Your file(s) has been uploaded. "; print "< form method='post' enctype='multipart/form-data'>"; for($i=0;$i<$numoffile;$i++) { print "< input type='file' name='myfiles[]' size='30'> "; } print "< input type='submit' name='action' value='Upload'>"; print "< / form>"; ? ></strong> + <?php echo __d('cake', 'An Internal Error Has Occurred. ... index 0000000..9097d33 --- /dev/null +++ b/app/View/Helper/AppHelper.php ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement