Sajed Jalil (sajedjalil)

sajedjalil

Geek Repo

Company:George Mason University

Location:Virginia, USA

Home Page:https://sites.google.com/view/sajedjalil

Twitter:@sajedjalil

Github PK Tool:Github PK Tool

Sajed Jalil's repositories

ChatGPT-Software-Testing-Study

A study on the capabilities and implications of ChatGPT on classroom exercises for software testing. Accepted in ICSTW 2023.

Language:Jupyter NotebookLicense:MITStargazers:14Issues:3Issues:0

C-Path-Finder

An automatic test case generator for C source code using Memorized Symbolic Execution

Language:CLicense:MITStargazers:12Issues:1Issues:2

Data-Science-Pipeline-Detector

Detects the pipeline steps for any notebook files based on keywords.

Language:Jupyter NotebookLicense:MITStargazers:12Issues:2Issues:0

C-Static-Analyzer

Parser, Lines of code, Cyclomatic Complexity, Halstead Complexity, Maintainability Index

Language:C++Stargazers:8Issues:1Issues:0

Teach-yourself-C-herbert-schildt-exercice-solutions

Solution of Teach Yourself C by Herbert Schildt

Language:CStargazers:6Issues:2Issues:0

Codeforces-Problem-Solutions

Some basic level Codeforces problem's solution is here.

Language:CStargazers:5Issues:1Issues:0

Advanced-Encryption-Standard-AES

128 bit key implementation

Language:JavaStargazers:1Issues:1Issues:0

Design-Pattern

Java based design pattern description and examples

Language:JavaLicense:MITStargazers:1Issues:1Issues:0

DS-Pipeline

This repository contains the source code and data used for the ICSE'22 paper on Data Science Pipeline.

Language:PythonLicense:MITStargazers:1Issues:0Issues:0
Language:TypeScriptLicense:MITStargazers:1Issues:0Issues:0

Summer2024-Internships

Collection of Summer 2023 & Summer 2024 tech internships!

Stargazers:1Issues:0Issues:0

apk-bakery

A deep learning based tool for generating template for android apps from screenshots.

Language:Jupyter NotebookLicense:MITStargazers:0Issues:1Issues:0

GodFinder

GodFinder is a java tool to find out potential god classes using TTC, WMC and ATFC.

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

Input-Space-Partition-Test-Generator

ISP starts with a finite (usually small) set of characteristics. For example, characteristics to describe MS students might be: major, year started, status, and visa. Each characteristic is divided into a finite (usually small) set of blocks. For example, the student characteristics may have the following blocks: major = [swe, cs, infs, other] year started = [2022, 2021, 2020 or earlier] status = [part-time, full-time] visa = [US, student, other] Software testers often use one letter abstract names for characteristics and blocks. For example, A = major, B = year started, C = status, and D = visa. Then the blocks are simplified to A = [A1, A2, A3, A4]; B = [B1, B2, B3]; C = [C1, C2]; and D = [D1, D2, D3]. Software testers create test inputs for software by designing characteristics and blocks for the system interfaces, then combining blocks in one of several ways to create complete tests. With the MS student example, the blocks can be combined to form a maximum of 4*3*2*3 = 72 possible tests (more examples are below under ISP criteria).

Language:JavaLicense:MITStargazers:0Issues:1Issues:0

scispacy

A full spaCy pipeline and models for scientific/biomedical documents.

Language:PythonLicense:Apache-2.0Stargazers:0Issues:0Issues:0

TIC-TAC-TOe

This is a Player vs. Computer game in Java Swing using Minimax Algorithm upto 9 level. This makes the computer unbeatable.

Language:JavaStargazers:0Issues:1Issues:0