Skip to content
View rojaster's full-sized avatar
👁️
I am only the noise on the wires
👁️
I am only the noise on the wires

Block or report rojaster

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. awesome-datascience awesome-datascience Public

    Forked from academic/awesome-datascience

    📝 An awesome Data Science repository to learn and apply for real world problems.

    1

  2. function thats prints files by their... function thats prints files by their extension pattern
    1
    void printFilesByExtensionPattern(NSString* path, NSString* pattern)
    2
    {
    3
        NSString *filename;
    4
        int index = 0;
    5
        for(filename in [[NSFileManager defaultManager] enumeratorAtPath: [path stringByExpandingTildeInPath]])
  3. Rooted android phone cpu topology Rooted android phone cpu topology
    1
    #!/usr/bin/env python3
    2
    #
    3
    # MIT License
    4
    # alekum(aka rojaster)
    5
    # 19/12/2019 ver 0.0.1
  4. Display items from the list in two l... Display items from the list in two lines. The odds in the first row and evens in the second row. (http://tpcg.io/CXNuxt)
    1
    #include <iostream>
    2
    #include <list>
    3
    #include <vector> 
    4
    #include <cstdlib>
    5
    #include <algorithm>