Skip to content

Instantly share code, notes, and snippets.

View neruthes's full-sized avatar
🏳️
Vive la France

Neruthes 0x5200DF38 neruthes

🏳️
Vive la France
View GitHub Profile
// Claim a function
function arrayToTable(arr) {
var table = document.createElement("table")
for (i = 0; i < arr.length; i++) {
var tr = document.createElement("tr")
for (j = 0; j < arr[i].length; j++) {
var td = document.createElement("td")
td.appendChild(document.createTextNode(arr[i][j]))
tr.appendChild(td)
var http = new HttpServer();
http.listen(80);
var config = {
"runtime" : function (request, response) {
response.head(200, { 'Content-Tyep' : 'text/plain' });
response.body('Hello World\n');
response.end();
}
}
http.run(config);
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<style type="text/css">
body {
font-family: 'Lucida Grande', 'Comic Sans MS';
}
</style>
</head>

はじめまして、僕が Joy Neop です。

Professional

  • Graphic/web designer
  • Web front-end developer

Hobbies

Fantasy, Sci-Fi, Anime, etc.

(function(w, d){
w.MountainReviewer = {
"project" : "Mountain Reviewer",
"version" : "0.1.0",
"description" : "Yet another bot to fix typos on Zhihu",
"author" : [ "Joy Neop" ],
"github" : "https://github.com/JoyNeop/Mountain-Reviewer"
};
console.log("MN init");
console.log("anony start");
Version 0.1.0
Build 100000
By the first time I saw a Macintosh, I was thrilled for its incredibly graceful shape. When I got my own Macintosh, the perfect cooperation between hardware and software thrilled me again. This was the very beginning of my developing interest on designing, specifically the software human-interface designing.
I have been a lover of the Internet since I was a little kid, much before my first encountering Macintosh. Therefore, in the sophomore year in high school, I finally got started to study web front-end designing and programming. With growing ability on this, I have designed and been maintaining several websites, and have developed several experimental utilities, e.g. blog system, wiki system, etc. Yet another chance, I was
Photography is another interest which has been accompanying me for many years. Particularly, nature and landscape are my favorite genres. My photos are on display on 500px, and are have been collecting likes from the community. When they are used as wallpap
@neruthes
neruthes / google_global.css
Last active August 29, 2015 14:03
G+ for Mac
* {
font-family: 'Seravek', 'Hiragino Sans GB', sans-serif !important;
font-weight: normal !important;
}
input[type="text"] {
font-family: 'Seravek', 'Hiragino Sans GB', sans-serif !important;
font-weight: normal !important;
}
* {
font-family: 'Gotham Narrow SSm', 'Hiragino Sans GB', sans-serif !important;
font-weight: normal;
}
/*------------------------ Bootstrap Modified ------------------------*/
.btn {
/*background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*/
/*box-shadow: rgba(0, 0, 0, 0.2) 0 1px 2px, inset rgba(255, 255, 255, 0.3) 0 4px 9px;*/
Hey, Treehouse.
I'm here to provide some advice, seriously.
I have applied for a free trial in 2014/6/20, then closed my account after several days.
Why did I do that?
Yes, there are lots of great, high-quality courses in Treehouse. I love learning in Treehouse very much. But, every time I want to learn, I have to waste LOTS OF TIME for “LOADING”.
It’s not because my Internet speed. Actually, I could even watch 1080p videos online, smoothly.
@neruthes
neruthes / nullrss.opml
Last active August 29, 2015 14:05 — forked from dimpurr/nullrss.opml
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>(null) 菊苣们的欢快日常</title>
</head>
<body>
<outline text="(null) 菊苣们的欢快日常" title="(null) 菊苣们的欢快日常">
<outline type="rss" text="欧林猫 - Oling Cat's Home" title="欧林猫 - Oling Cat's Home" xmlUrl="http://olingcat.blogspot.com/feeds/posts/default" htmlUrl="http://olingcat.blogspot.com/"/>
<outline type="rss" text="Nannan - RSS 2.0" title="Nannan - RSS 2.0" xmlUrl="http://nannan.biz/index.php/feed/" htmlUrl="http://nannan.biz/"/>