#
b
Here are 72 public repositories matching this topic...
Hello-World! The baby steps to be a Programmer! Explore this repository to check out various languages in Computer Science and understand how to contribute to Open Source effectively and easily. Sending your first Pull Request is not hard and made easier by this repository!
css
android
c
dart
bash
open-source
clojure
erlang
cpp
assembly
d
languages
boo
hacktoberfest
b
starter-project
arnoldc
-
Updated
Oct 22, 2020 - Python
Native B compiler for the Ti89
-
Updated
Apr 19, 2019 - C
Basic Block-chain + mining concept using python
python
cli
block
bitcoin
blockchain
python3
mining
command-line-tool
b
bitcoin-mining
blockchain-technology
blockchain-explorer
blockchain-platform
blockchain-demos
block-chain
blockchain-demo
blockchain-concepts
pyblock
pythonblock
chain-mining-concept
-
Updated
Apr 27, 2020 - Python
C👏️ L👏️ A👏️ P: Add emojis 🅱️ etween letters and words
-
Updated
May 4, 2020 - Go
A Chrome Extension to deepfry any website
javascript
css
chrome-extension
html
chrome
filter
meme
contrast
useless
saturation
b
deep-fry
deep-fried-memes
-
Updated
Jan 25, 2018 - JavaScript
Ge2d - game engine 2d
-
Updated
Jan 5, 2020 - JavaScript
Scala Programming,Scala is a general-purpose programming language providing support for functional programming and a strong static type system. Designed to be concise, many of Scala's design decisions aimed to address criticisms of Java
-
Updated
Aug 30, 2018
Peace is the concept of harmony and the absence of hostility. In a behavioral sense, peace is a lack of conflict and freedom from fear of violence between individuals and heterogeneous social groups
-
Updated
Apr 13, 2019 - CSS
Visual Studio Code syntax highlighting for B language
-
Updated
Jan 13, 2020
Static blog generator
-
Updated
Sep 9, 2017 - JavaScript
Getting started with Landsat 8 dataset using rasterio
python
opendata
image-processing
spatial
matplotlib
b
rasterio
crs
ndvi
landsat-data
latitude-and-longitude
landsat-8
atmospheric-correction
matplotlib-pyplot
-
Updated
Oct 25, 2019 - Jupyter Notebook
Portfolio highlighting my bootcamp projects (primarily .NET C# projects)
-
Updated
Feb 13, 2018 - JavaScript
Improve this page
Add a description, image, and links to the b topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the b topic, visit your repo's landing page and select "manage topics."


Remote Functions Refactor
Overview
Remote functions exist to enable background->tab, and tab->background function delegation (i.e. Call a function in a tab, but have it run in the background and vice versa).
Refactoring has been started to make these functions interfaced and type safe.
Tasks
Grepping the codebase for
remoteFunction(shows where it's still being us