@aiubian-edge
  • Stars
    star
    6
  • Global Org. Rank 187,320 (Top 60 %)
  • Registered about 5 years ago
  • Most used languages
    C++
    33.3 %
    HTML
    33.3 %
    C
    33.3 %
  • Location πŸ‡§πŸ‡© Bangladesh
  • Country Total Rank 6,436
  • Country Ranking
    C
    555
    C++
    1,651
    HTML
    4,301

Top repositories

1

Armstrong-Number-In-Python

#An Armstrong number is an n-digit number that is equal to the sum of the nth powers of its digits. #A number that is the sum of its own digits each raised to the power of the number of digits. #An Armstrong number of three digits is an integer such that the sum of the cubes of its digits is equal to the number itself.
2
star
2

Codechef---Problem-Solving

Codechef - Problem Solving
C++
1
star
3

Prime-Bank-Limited-Invoice-Sample-Design-Raw-HTML-CSS

Prime Bank Limited Invoice Sample Design Raw HTML CSS
HTML
1
star
4

Fast-Lexical-Analyzer-Generator-Program

FLEX (fast lexical analyzer generator) is a tool/computer program for generating lexical analyzers (scanners or lexers) written by Vern Paxson in C around 1987. It is used together with Berkeley Yacc parser generator or GNU Bison parser generator. Flex and Bison both are more flexible than Lex and Yacc and produces faster code. Bison produces parser from the input file provided by the user. The function yylex() is automatically generated by the flex when it is provided with a .l file and this yylex() function is expected by parser to call to retrieve tokens from current/this token stream.
C
1
star
5

Circuit-Design-Suite

NI Circuit design suite is an easy-to-use schematic capture and simulation environment that engineers, students, and professors can use to define and simulate circuits. NI Ultiboard and NI Multisim form a complete platform to design, validate and layout printed circuit boards. The NI Ultiboard interface enables efficient layout and routing of PCB designs. Integration with NI Multisim allows seamless transfer of schematics to layout. Multisim simplifies circuit design by abstracting the complexity of SPICE simulation with a fully interactive simulator. Multisim makes it easier to engage students and reinforce theory. Students can understand the different concepts of electronics very easily if they use Multisim and Ultiboard during their courses. This paper describes the use of Multisim and Ultiboard in an undergraduate Engineering circuit's analysis course. I. Introduction The NI Ultiboard interface enables efficient layout and routing of PCB designs. Integration with NI Multisim allows seamless transfer of schematics to layout. The customizable environment ensures accessibility to desired features for immediate productivity. Tools such as the spreadsheet view, toolbox and design wizards easily manage, control and define any board layout. Part placement and copper routes are optimized to either allow full control for precise definition of critical parts or automation for quick design completion. The 3D preview renders a completed, populated board to gain a virtual perspective before production. Ultiboard exports and produces industry standard format such as Gerber and DXF to take a final, optimized board to prototype and manufacture. This paper describes the use of Multisim and Ultiboard in an undergraduate Engineering circuit's analysis course.
1
star