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
| $('.action-upload-file').bind('click',function() { | |
| $('.upload-file-uploader').trigger('click'); | |
| }); | |
| $('.upload-file-uploader').bind('change',function(evt) { | |
| var files = evt.target.files; // FileList object | |
| console.log(files); | |
| // files is a FileList of File objects. List some properties. | |
| var output = []; | |
| var imageAsText=''; | |
| for (var i = 0, f; f = files[i]; i++) { |
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
| <? | |
| // <readme> | |
| /* | |
| This is a lite version of Olark's functionality (without the chat part). | |
| It lets you get feedback from users on your site to your email. | |
| And you won't have to rely on another company anymore! |
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
| <? | |
| // <readme> | |
| /* | |
| This is a lite version of Olark's and Intercom's functionality (without the chat part). | |
| It lets you get feedback from users on your site to your email. | |
| And you won't have to rely on another company anymore! | |
| #killyourdependencies |
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
| <? | |
| // <readme> | |
| /* | |
| This is a lite version of Olark's and Intercom's functionality (without the chat part). | |
| It lets you get feedback from users on your site to your email. | |
| And you won't have to rely on another company anymore! | |
| #killyourdependencies |
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
| /* <type text simulation> */ | |
| var currentSampleJob=sampleJobs[0]; | |
| var autoTypingActive=true; | |
| var transitionDelayTime=0; | |
| var sampleJobLength=0; | |
| var typingNow=false; | |
| var sampleJobTimer=0; | |
| var timer=null; | |
| var searchElement = $('.search'); |
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
| <? | |
| // <readme> | |
| /* | |
| This is a lite version of Olark's and Intercom's functionality (without the chat part). | |
| It lets you get feedback from users on your site to your email. | |
| And you won't have to rely on another company anymore! |
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
| /* | |
| code to match for dating | |
| these are BOOLEAN values | |
| match_gender = the gender of the user itself | |
| match_target_gender = the gender of the target user | |
| if match_gender_male = true it means the user is a male | |
| if match_target_gender_male = true it means the user is looking for a male |
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
| # by @levelsio | |
| # | |
| # MIT licensed | |
| # | |
| # make sure you enable php_intl on PHP | |
| # you can do by uncommenting ;extension=intl or ;extension=php_intl | |
| # and installing php-intl, e.g. sudo apt-get install php-intl | |
| # | |
| # made for Nomad List to give people a notice if they go to a place | |
| # where it is currently Ramadan |
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
| <? | |
| // this bot tries to match chat messages to previous forum posts and links to them | |
| require_once(__DIR__.'/../app/config.php'); | |
| require_once(__DIR__.'/../app/functions.php'); | |
| loadDbs(array('users_global','messages','questions')); | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
OlderNewer