Skip to content

Instantly share code, notes, and snippets.

View rain1024's full-sized avatar
🏠
Working from home

Vu Anh rain1024

🏠
Working from home
View GitHub Profile
<!--
Goto: https://templates.mailchimp.com/resources/inline-css/
-->
<div class="hi">
</div>
<div class="hi">
</div>
@rain1024
rain1024 / .env
Last active April 5, 2018 07:41
Docker Compose ELK
TAG=6.2.2
ELASTIC_VERSION=6.2.2
@rain1024
rain1024 / chatbox.md
Last active January 21, 2018 05:17
My Notes
@rain1024
rain1024 / 20180111.js
Last active January 11, 2018 10:53
Github Star History
javascript: (function() {
var repos = ["magizbox/underthesea", "phuonglh/vn.vitk", "vncorenlp/VnCoreNLP", "pth1993/NNVLP"];
document.getElementById("clearAll").click();
var timeout = 6000;
var input = document.getElementById("repoName");
var button = document.getElementById("addRepo");
function showMessage(repoName, isDefault) {
if (isDefault) {
setTimeout(function() {
document.getElementById("addRepo").innerText = "Add";
@rain1024
rain1024 / controller.js
Created October 17, 2017 07:12
Angular Note
app.controller("DetailCorpusCtrl", function ($scope, $stateParams, Corpus, $state, STATUSES, QUALITIES, Document, Params) {
$scope.id = $stateParams.id;
$stateParams["corpus"] = $stateParams["id"];
var params = Params($stateParams, {
"offset": 0,
"limit": 10,
"corpus": 1
});
Corpus.get({id: $scope.id}, function (corpus) {
# -*- coding: utf-8 -*-
from pyvi.pyvi import ViTokenizer, ViPosTagger
ViTokenizer.tokenize(u"con ga")
ViPosTagger.postagging(ViTokenizer.tokenize(u"con ga")
@rain1024
rain1024 / README.md
Created December 20, 2016 03:02
Word2Vec Text8Corpus

Text8 Tensors and Metadatafile

@rain1024
rain1024 / Galaxy Of Tutorial Torrents
Created December 9, 2016 16:02 — forked from TristinDavis/Galaxy Of Tutorial Torrents
Ultimate Galaxy Of Tutorial Torrents
=============================
**http://kickass.to/infiniteskills-learning-jquery-mobile-working-files-t7967156.html
**http://kickass.to/lynda-bootstrap-3-advanced-web-development-2013-eng-t8167587.html
**http://kickass.to/lynda-css-advanced-typographic-techniques-t7928210.html
**http://kickass.to/lynda-html5-projects-interactive-charts-2013-eng-t8167670.html
**http://kickass.to/vtc-html5-css3-responsive-web-design-course-t7922533.html
*http://kickass.to/10gen-m101js-mongodb-for-node-js-developers-2013-eng-t8165205.html
*http://kickass.to/cbt-nuggets-amazon-web-services-aws-foundations-t7839734.html
@rain1024
rain1024 / Wikidata Sparql Query Tutorial.md
Last active November 15, 2016 07:07
Wikidata Sparql Query Tutorial
SELECT ?person ?personLabel ?birthPlaceLabel ?coordinate ?birthDate
WHERE {
	?person wdt:P69 wd:Q160302 .
	?person wdt:P21 wd:Q6581072 .
  	?person wdt:P19 ?birthPlace .
	?birthPlace wdt:P625  ?coordinate .
  	?person wdt:P569 ?birthDate .
  
	SERVICE wikibase:label {
@rain1024
rain1024 / diary.md
Last active November 6, 2016 17:49
Coursera

Today I switch session of Probabilistic Graphical Course. This is second time I did that. Because I want to learn fast, but it's hard to me to follow the whole course. I failed many courses before PGM, so today I want to push my pause button to really learn something from coursera.

Coursera is awesome. It give me a chance to learn from best professors and lectures in the top university of the world. But honestly, I don't really pass a single course with full fillment. Today is the day I will change the way I learn in coursera.

Firstly, I make a step-by-step will walk me through a week to accomplish two main purpose (1) pass all asiggments and (2) learn new things. I know it's hard to me to fully understand all concepts which be mentioned from letures and articles. But the purpose of learn is learn new thing. And here is the plan

I will watch all videos with pen and papers first, then I will read all articles in "Reading" section, then I will try my best to pass the Quiz and Assigment. I will learn whole co