builtin-functions
There are 44 repositories under builtin-functions topic.
php-mock/php-mock
Mock built-in PHP functions (e.g. time(), exec() or rand())
milaan9/04_Python_Functions
The function is a block of code defined with a name. We use functions whenever we need to perform the same task multiple times without writing the same code again. It can take arguments and returns the value.
php-mock/php-mock-phpunit
Mock built-in PHP functions (e.g. time() or rand()) in PHPUnit.
php-mock/php-mock-mockery
Mock non deterministic built-in PHP functions (e.g. time() or rand()) with Mockery.
knaxus/native-javascript
Can you re-implement your own version of JavaScript built-in functions? Let's try it out.
php-mock/php-mock-prophecy
Mock built-in PHP functions (e.g. time()) with Prophecy (phpspec).
HackBinghamtonArchives/Intermediate-Python-Tutorial
🐍 Repo for a HackBU workshop on some Intermediate Python practices, just a step above basic for loops and if statements and what not.
Gouravspopale/GPYTHON
This repository contains basic of python language with all Built in function and (CSV_FILE)projects
p-ranav/walnut.v1
The Walnut programming language
dthung1602/pyobfusinator
Just another Python code obfuscator
andrakis/node-lithp
A small Lisp-like programming language, with a very small interpreter
b0n21en5/DSA-Python
Data structures & Algorithms in Python Programming
OurCodeBase/bash-sdk
A bash library to create standalone scripts.
tdakkota/sun
Python-compatible built-ins for Starlark written in Go.
wellingtonmwadali/simple_shell
ALX simple shell project implementation that functions similarly like UNIX system in its simple form.
ashrafmo-1/Lessons-and-challenges-js-ts
javaScript and typeScript lessons, exampels to learn and problem solving
hcvazquez/python-string-manipulation
Python string manipulations functions
IvanPetrovISP/Java-DB-MySQL
SoftUni - MySQL Module
artmenlope/high-precision-calculations-str
A set of Python 3 defined functions. They can provide high decimal precision calculations using numbers in "str" format. The algorithms used are the same as those used when performing the calculations by hand. All using Python 3 built-in functions.
b-mc2/MiniMath
MiniMath is an experiment to create different math functions using a single line of Python code using only built-in functions.
Guiribei/my_shell
A lightweight, reduced version of the Bash shell written in C.
myselfswk/StopWatch-UWP
StopWatch Using C# UWP
osmosx/minishell
[minishell] project school 42. The goal of this project is to create a simple shell. You are going to learn a lot about processes and file descriptors.
riazsajidgit/Data-analysis-with-Google-Sheets
Data analysis using google sheets - this gives a preliminary investigation about the data: Solved assignments to learn: Basic formulas, conditional statements, data validation, VLOOKUP, and Dashboard creation
sumanth-lingappa/justforfun
fun coding & my experiments with code
thevickypedia/pynotification
Python module to trigger system notifications on Linux, Windows and macOS
alizainaslam/JavaScript-arrays
A basic web app for practice with the help of Html5, Css3 and JavaScript (DOM). Where I write code for user experience with the help of 'objects' and try to destructure some built-in methods of Array.
haid-er/C-Language
Repository contains the codes about programming fundamentals of C Language.
JBLarson/ezDT
simple python functions for the datetime & time built-in packages
Keerthiga-Sekar/Online-retail-Orders-Analysis
This project is based on the order management functionality of an online retail store in which you are provided with the “orders” database and you are asked some queries related to it. Answers to these queries will help the company in making data-driven decisions that will impact the overall growth of the online retail store.
mjorgecruz/42_minishell
The project involves building a basic shell that mimics the behavior of the popular bash shell. It covers fundamental concepts such as process creation, input/output redirection, and signal handling
robkle/42sh
Unix shell
AliceFromWardenfell/minishell
Custom shell with handled pipes, redirections, and builtin-functions. The project was done in July 2021.
aneeshlalwani/number-programs-in-java
This Repository contains a "Number Program". These programs are solved in "Java"
besthor/1st_attempt_printf
This project aimed to reinforce understanding of C programming concepts while fostering teamwork and communication skills.