Skip to content

Instantly share code, notes, and snippets.

View vincentntang's full-sized avatar
💭
¯\_(ツ)_/¯

Vincent Tang vincentntang

💭
¯\_(ツ)_/¯
View GitHub Profile
* Mark down syntax does it work?
##Does Markdown Syntax work?
1. Does it?
2. Does it #2
@vincentntang
vincentntang / test gist in C
Created July 28, 2016 05:46
gist description
#include <stdio.h>
int main (void) {
printf("Hello World");
}
@vincentntang
vincentntang / test gist in C
Created July 28, 2016 05:46
gist description
#include <stdio.h>
int main (void) {
printf("Hello World");
}
@vincentntang
vincentntang / test gist in C
Created July 28, 2016 05:46
gist description
#include <stdio.h>
int main (void) {
printf("Hello World");
}
#include <stdio.h>
#include <cs50.h>
int main (void)
{
int n;
//Got the input correctly
do
#!/usr/bin/env python
# A quick and dirty script to rename a pinboard.in tag.
# I'll probably update this become a proper command line app one day
import urllib2
import pinboard
pinuser = ""
pinpasswd = ""
![](https://gfycat.com/detail/QuaintPersonalDoctorfish)
Putting it under some test with markdown
## Header 1
## Header 2
![](http://i.imgur.com/yd7NZoe.png)
Test image here
@vincentntang
vincentntang / gist:6113e048220976ab0cd06cabc19e68b3
Created November 4, 2016 16:37
temporay storage bin notes
/**
* copy.c
*
* Computer Science 50
* Problem Set 4
*
* Copies a BMP piece by piece, just because.
*/
#include <stdio.h>
@vincentntang
vincentntang / 0_reuse_code.js
Last active December 16, 2016 20:19
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console