GithubHelp home page GithubHelp logo

Hello , I'm 0xffset

Computer Student Student | Linux | Quantum Computing | Mathematics

rolEYder

21y/o Computer science student with interests in fields like Cybersecurity, Quantum Computing, and Mathematics.

// Fermat's last problem x^n+y^n=z^n
#!/usr/bin/perl
use strict;
use warnings;

sub fermat {
  my ($n) = @_;
  for (my $x = 0; $x < 100; $x++) {
  	for (my $y = 0; $y < $x+1; $y++) {
  		for (my $z = 0; $z < ($x**$n)+($y**$n) +1; $z++) {
  			if (($x**$n)+($y**$n) == ($z**$n)) {
  				print "$x^$n + $y^$n == $z^$n\n";		
  				}
  			}
  		} 
  }


my $e = fermat(5);

  • 🔭 Bachelor's degree in Computer Science and Mathematics
  • 🌱 I’m currently learning Number Theory
  • ⚙ī¸ Mastering: .py, .cpp, .c, .perl, .java, .html, .css .s, .sh, .go

The Pythagorean Theorem

Probably the most familiar equation on this list, the Pythagorean theorem relates the sides of a right triangle, where a and b are the lengths of the legs and c is the length of the hypotenuse. It also relates triangles to squares.

> The Pythagorean Theorem

If you can't explain it simply, you don't understand it well enough.

Albert Einstein

Here's my favorite math stuff so far...

My favorite integral so far

Rogger's Projects

0xffset icon 0xffset

đŸ’Ē Public profile repository.

algorithms icon algorithms

Big-O complexity algorithms | Stack programming | Recursion

crypton icon crypton

Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Authentication methods along with example challenges from CTFs

loveit icon loveit

❤ī¸A clean, elegant but advanced blog theme for Hugo 一ä¸ĒįŽ€æ´ã€äŧ˜é›…且éĢ˜æ•ˆįš„ Hugo ä¸ģéĸ˜

mern-marketplace icon mern-marketplace

A MERN stack based online marketplace application [Full-Stack React Projects]

onehalf icon onehalf

Clean, vibrant and pleasing color schemes for Vim, Sublime Text, iTerm, gnome-terminal and more.

outlook icon outlook

Python library to read email from live, hotmail, outlook, office365 or any microsoft email service

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤ī¸ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.