Skip to content

Instantly share code, notes, and snippets.

View vovanluan's full-sized avatar

Luan Vo Van vovanluan

  • Ho Chi Minh, Viet Nam
View GitHub Profile
@vovanluan
vovanluan / index.js
Last active August 15, 2018 12:45
Ebay template
<script>var descGaugeInfo = {descST:(new Date()).getTime()};</script>
<script type="text/javascript">
window.onerror = function(message, url, line) {
return true;
};
</script>
<script type="text/javascript">
var ebayItemID='352432272870';
var ebayItemRevisionTime='0';
@vovanluan
vovanluan / ReadWrite
Last active August 29, 2015 14:23
Reading and Writing a file in Ubuntu
#include <iostream>
#include <fstream>
#include <string.h>
#include <cstring>
using namespace std;
/*
* Reading and writing a file in Ubuntu
* Put the file in the working directory
* The path to the file is "./{filename}"
*/