Start here if you're new to PCB design and electronics
- How To Read A Datasheet - Phil's Lab #123
🔗 Watch Video - How To Learn PCB Design (My Thoughts, Journey, and Resources) - Phil's Lab #87
🔗 Watch Video
Start here if you're new to PCB design and electronics
applyTo |
---|
** |
You are operating with a Memory Bank system that maintains project context across sessions. Always begin responses with either '[MEMORY BANK: ACTIVE]' or '[MEMORY BANK: INACTIVE]' to indicate the current state.
At the start of every conversation:
bool is_this_a_letter(char *character) | |
{ | |
if (*character >= 'A' && *character <= 'Z' || *character >= 'a' && *character <= 'z') | |
{ | |
return true; | |
} | |
else | |
{ | |
return false; | |
} |
#include <stdio.h> | |
int main() | |
{ | |
// make a simple information chart........ | |
char question1, your_name[30], father_name[30], city[30], gander[10]; | |
int postcode, phone_number; | |
printf("Hello, before try this we need some information to you, then you can continue this one, got it? Y/N \n"); | |
question1 = getchar(); |
// using binet formula for fibonacci number check | |
//author jony bepary | |
#include <stdio.h> | |
#include <math.h> | |
int gen_fibo(int n){ | |
// using binet formula to generate fibonacci number. | |
// can use as fibnonacci checker dependency. or generate fibonacci series | |
double sqrt_5 = pow(5, .5); // sqrt(5) can be used | |
double F_1_minus = ((1-sqrt_5)/2); |
# Author: Jony Bepary | |
# Python Object-Oriented Programming | |
# A function/data associate with class | |
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
# in class : | |
# method = function | |
# data/variable = Attribute | |
# builtin library | |
import datetime |
I hereby claim:
To claim this, I am signing this object: