Skip to content
View iSWORD's full-sized avatar
:shipit:
:shipit:

Organizations

@StuDocu
Block or Report

Block or report iSWORD

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
iSWORD/README.md

Hi there 👋

Pinned

  1. Shuffle & Unshuffle an Array in Java... Shuffle & Unshuffle an Array in JavaScript & Swift
    1
    // Functions
    2
    
                  
    3
    let shuffle = (inArr, seed, unshuffle = false) => {
    4
    
                  
    5
        let outArr = Array.from(inArr),
  2. clover_theme clover_theme Public

    Forked from burpsuite/clover_theme

    simple clover efi bootloader theme.

  3. clion-boilerplate-wx clion-boilerplate-wx Public template

    A boilerplate for wxWidgets-based applications using JetBrains CLion.

    C++ 3 1

  4. Tumblr audio posts crawler using Tum... Tumblr audio posts crawler using Tumblr API v1 & Python 3 - API docs at https://www.tumblr.com/docs/en/api/v1#api_read
    1
    #!/usr/bin/env python3
    2
    
                  
    3
    import requests, json, sqlite3
    4
    
                  
    5
    from xml.etree import ElementTree as ET
  5. Facebook Like button code snippet fo... Facebook Like button code snippet for WordPress
    1
    <?php
    2
    
                  
    3
    add_filter('the_content', function ($content) {
    4
    	
    5
    	$combine_fn = function ($glue, $pattern, $array) {
  6. AVR Assembly Template AVR Assembly Template
    1
    .INCLUDE "m8def.inc"
    2
    
                  
    3
    ;====================================================================
    4
    ;
    5
    ; AVR assembly template