Runs a connect web server, serving files from /client
on port 3000
.
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
gulp.task('js', function() { | |
browserify({ | |
entries: './public/js/src/index.js', | |
insertGlobals : true, | |
fullPaths: true, // For discify | |
debug: ! isProduction | |
}).transform(babelify, { | |
presets: ['es2015'], | |
compact: false, |
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
{ | |
"version": "0.1.0", | |
"command": "gulp", | |
"isShellCommand": true, | |
"args": [ | |
"--no-color" | |
], | |
"tasks": [ | |
{ | |
"taskName": "scripts", |
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
/*! | |
Copyright (c) 2012 Pixel Union, http://pixelunion.net | |
Permission is hereby granted, free of charge, to any person obtaining | |
a copy of this software and associated documentation files (the | |
"Software"), to deal in the Software without restriction, including | |
without limitation the rights to use, copy, modify, merge, publish, | |
distribute, sublicense, and/or sell copies of the Software, and to | |
permit persons to whom the Software is furnished to do so, subject to | |
the following conditions: |
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
String.prototype.contains = function(char) { | |
return !!(~this.indexOf('1')); | |
}; |
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
#include <stdio.h> | |
#include <stdlib.h> | |
int main() { | |
char name[128]; | |
printf("Your name: "); | |
scanf("%s", &name); | |
printf("Hello %s", name); | |
return 0; | |
} |
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
#!/bin/bash | |
cd /Applications/gfxCardStatus.app/Contents/MacOS | |
./gfxCardStatus --integrated > /dev/null & | |
exit |
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 | |
/** | |
* Template Name: Страница с категориями раздела | |
*/ | |
get_header();?> | |
<div class="clear"></div> | |
</header> <!-- / END HOME SECTION --> |
- https://github.com/ozaki-r/arm-js
- https://github.com/ubercomp/jslm32
- https://github.com/s-macke/jor1k
- https://github.com/asmblah/jemul8
- https://github.com/codinguncut/jsbochs
- http://sourceforge.net/p/jsdosbox/home/Home/
- http://bellard.org/jslinux/
- http://jsmachines.net/ (PCjs)
- https://github.com/thibaultimbert/Intel8080