Skip to content

Instantly share code, notes, and snippets.

View vsdsantos's full-sized avatar
🚀

Victor vsdsantos

🚀
View GitHub Profile
@Andrew8xx8
Andrew8xx8 / Gemfile
Created June 14, 2013 10:32
Example of API with ransack search and kaminari paginate.
gem 'kaminari'
gem 'ransack'
#include <iostream>
#include <time.h>
#include <stdlib.h>
using namespace std;
char matriz[3][3];
int linha, coluna;
bool fim = false;
bool vitoria = false;
bool velha = false;
void zera_matriz(){
@egormkn
egormkn / jupyter-lab-icon.md
Last active August 10, 2023 14:42
Running JupyterLab as a desktop application on Linux

GNOME Desktop icon for Jupyter Lab

Installation

  1. Copy jupyter-lab.desktop to ~/.local/share/applications
  2. Copy jupyter-lab.svg to ~/.local/share/icons
  3. Restart gnome-desktop session (Alt+F2 -> restart)