Skip to content

Instantly share code, notes, and snippets.

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

Vic vrootic

🏠
Working from home
View GitHub Profile
[{27=>[377, 379, 381, 383, 131, 133, 135, 603]}, {17=>[27, 371, 385, 369, 147]}, {603=>[605]}]
def create_directory (records)
@dir = [] # Store all {container_object_id : [file_object_id]}
@container = [] # All content
@file = [] # [file_object_ids]
if records.respond_to?('each')
records.each do |record|
if record['container'] == nil && record['type'] == "container"
@container.push record['object_id']
end
##Mac App Download List
* Appcleaner
* Mongohub
* Sequel Pro
* VLC
* Hub (brew install hub, for github command)
* GitHub
* Mou
* SourceTree
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#define N 1024
#define TILE_WIDTH 8
__global__
void vecMutKernel (float* front, float* end, float* ans, int n)
{