Skip to content
View ReemRashwan's full-sized avatar
👩‍💻
👩‍💻
Block or Report

Block or report ReemRashwan

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 Loading

  1. Parse Excel File (.xlsx) in JCN (Jav... Parse Excel File (.xlsx) in JCN (Java Compute Node) in IIB (IBM Integration Bus)
    1
    /* 
    2
    JAR files to be added to shared-classes folder under server or integration node dir:
    3
    dom4j-1.6.1.jar
    4
    names.txt
    5
    poi-3.9-20121203.jar
  2. Split a string by delimiter in ESQL ... Split a string by delimiter in ESQL (extended-sql) and store splitted parts under a root XML element.
    1
    CREATE FUNCTION Main() RETURNS BOOLEAN
    2
    	BEGIN
    3
    		DECLARE message CHARACTER;
    4
    		
    5
    		-- \n in hex is 0x0a, we need to represent it as '\n'
  3. The_Sudoku_Website The_Sudoku_Website Public

    A simple website that can solve any solvable sudoku puzzle.

    Python

  4. LogisticMap_LFSR_ImageEncryptionDecryption LogisticMap_LFSR_ImageEncryptionDecryption Public

    Single image encryption (and decryption) using logistic map equation and linear feedback shift.

    MATLAB 11 6