Skip to content

Instantly share code, notes, and snippets.

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

coolxv coolxv

🏠
Working from home
  • Dalian, China
View GitHub Profile
@DieHertz
DieHertz / typelist.cpp
Created January 14, 2014 12:02
C++11 typelists
struct NullType {};
template <typename T, typename U>
struct TypeList {
using Head = T;
using Tail = U;
};
template <typename...> struct MakeTypeList;
@staltz
staltz / introrx.md
Last active July 29, 2024 05:55
The introduction to Reactive Programming you've been missing
@mommi84
mommi84 / awesome-kge.md
Last active July 4, 2024 09:07
Awesome Knowledge Graph Embedding Approaches

Awesome Knowledge Graph Embedding Approaches

Awesome

This list contains repositories of libraries and approaches for knowledge graph embeddings, which are vector representations of entities and relations in a multi-relational directed labelled graph. Licensed under CC0.

Libraries

@HeiSir2014
HeiSir2014 / CStringCode StringCode.cpp
Last active December 13, 2022 06:40
C++ String Windows下操作 UNICODE <-> Ansi GBK <->UTF8
#include "stdafx.h"
#include <Windows.h>
#include "StringCode.h"
using namespace std;
CStringCode::CStringCode()
{
}
@imba-tjd
imba-tjd / .Cloud.md
Last active July 29, 2024 11:26
☁️ 一些免费的云资源

IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装;PaaS提供语言环境和框架(可以自己选);SaaS只能使用开发好的软件(卖软件本身);BaaS一般类似于非关系数据库,但各家不通用,有时还有一些其它东西。

其他人的集合