Skip to content

Instantly share code, notes, and snippets.

View irrationnelle's full-sized avatar
🎯
Focusing

irrationnelle irrationnelle

🎯
Focusing
View GitHub Profile
@loganpowell
loganpowell / graphql-args-passing.md
Last active June 8, 2023 17:51
GraphQL Passing Arguments (parent, args, context, info)
@gallg
gallg / nvidia_drivers_ubuntu.txt
Last active January 29, 2023 14:42
install nvidia drivers for optimus GPU (Ubuntu)
# Nvidia drivers for optimus GPU;
How to install Nvidia drivers and configure bumblebee on Ubuntu 16.04 with optimus GPU.
It doesn't work with Ubuntu 18+ (I recommend manual switch between GPU in this case).
Tested on Ubuntu 16.04 with Geforce GT 750m and Intel HD graphic
_______________________________________________________________________________________________________________
- Step 1: remove all video drivers;
sudo apt-get remove --purge nvidia* bumblebee* xserver-xorg-video-nouveau
@haje01
haje01 / TensorFlow 시작하기.md
Last active September 4, 2023 06:58
TensorFlow 시작하기

텐서플로우 시작하기

글쓴이: 김정주(haje01@gmail.com)

이 문서는 텐서플로우 공식 페이지 내용을 바탕으로 만들어졌습니다.


소개

텐서플로우(TensorFlow)는 기계 학습과 딥러닝을 위해 구글에서 만든 오픈소스 라이브러리입니다. 데이터 플로우 그래프(Data Flow Graph) 방식을 사용하였습니다.

@dstroot
dstroot / install_postgresql.sh
Created June 13, 2012 00:26
Install PostgreSQL on Amazon AMI
#!/bin/bash
###############################################
# To use:
# https://raw.github.com/gist/2776351/???
# chmod 777 install_postgresql.sh
# ./install_postgresql.sh
###############################################
echo "*****************************************"
echo " Installing PostgreSQL"
echo "*****************************************"