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

Block or report rojaster

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse

Pinned

  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>