Coder Social home page Coder Social logo

just1truc / argos Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 2.24 MB

Can see everything, beware of its omniscience, kneel before its greatness.

Shell 1.41% Python 31.43% Dockerfile 0.97% JavaScript 13.70% HTML 2.08% TypeScript 46.64% CSS 2.50% Batchfile 1.27%
cross-platform linux proof-of-concept remote-control web-sockets windows

argos's Introduction

About Me

Les Lazaristes's high school (NSI, Math) -> Epitech First Year -> Internship at Visiativ -> Epitech Second Year / POC IA developper.

I'm currently a student at Epitech finishing its second year. I've worked on various projects through diverse fields of computer science. Through this projects, i found myself liking IA concepts and particularly ML algorithms and models. Math was always missing in my projects since I ended highschool and I happened to miss it, so reconnecting to it thourgh the linear algebra and statistical problems that most models in ml impose was really refreshing.

I've done my first good enough ml project as a copy of the library pytorch. Through my work, I learned the inner functionnement of many libraries and ml concepts. As a POC member, I worked on two project and even if the first one wasn't a success, i learned a lot from it.

My languages

Top Langs

My Stats

Les Stats GitHub de Just1truc

My links

linkeding bage mail

argos's People

Contributors

501stecho avatar izimio avatar just1truc avatar mathidev avatar zerlock avatar zipleix avatar

Stargazers

 avatar  avatar

Watchers

 avatar

argos's Issues

Code review

install_argos

-> What if the victim is neither french nor english ?
You might get away with something like this

#!/bin/sh

su -c "something" 

and then store the output

-> Instead of storing in a file, use variables or file descriptors. That way, it lives in live memory, which is better

-> Using a crontab to execute your service is clever but there is a cleaner syntax for this as well

-> you can use shellcheck to check if the syntax is safe to use

connexion.py

-> Don't use os.system, as you cannot do anything if the command fails. Instead use popen
-> Don't use files to manipulate buffers, you can just use standard redirections for this !
-> use classes, and move your "main" code to the bottom of the file, impossible to understand what is going on
-> wtf is this
-> ??? https://github.com/Just1truc/Argos/blob/main/client/connexion.py#L64 dont understand what you're trying to do here

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.