Git Product home page Git Product logo

Sharon Shmorak's Projects

adopt-me icon adopt-me

following frontend masters complete-react-v5

briefcase icon briefcase

ODK Briefcase is a Java application for fetching and pushing forms and their contents. It helps make data from millions of ODK campaigns portable. Contribute and make the world a better place! ✨💼✨

efficient-django-queryset-use icon efficient-django-queryset-use

Code and slides from Jayson's "Efficient Django QuerySet Use" presentation originally shown to The San Francisco Django Meetup Group and the Portland Python Users Group.

elections-real-story icon elections-real-story

The elections in Israel 2019 were never so debatable in the past. The traces of the true story of the elections are hidden in the data. Go dig them to win your place among democracy fighters.

filesmonitor icon filesmonitor

Context: We need to constantly monitor some important public files/pages to make sure their content doesn't change (unless we meant to). Mission: Read a list of URLs (http or https) from a configuration file. Some URLs are hosted by multiple servers, and we want to check all of them. The configuration file has pairs of URL+IP, where IP can be * (which means perform normal DNS query to obtain the IP). An example for a configuration file: http://somehost.trusteer.com/file1.txt 10.0.0.1 http://somehost.trusteer.com/file1.txt 10.0.0.2 http://somehost.trusteer.com/file1.txt 10.0.0.3 http://somehost.trusteer.com/file2.txt 10.0.0.1 https://somehost.trusteer.com/file2.txt 10.0.0.1 http://somehost.trusteer.com/file2.txt 10.0.0.2 https://somehost.trusteer.com/file2.txt 10.0.0.2 http://somehost.trusteer.com/file2.txt 10.0.0.3 https://somehost.trusteer.com/file2.txt 10.0.0.3 http://another.trusteer.com/file3.txt * https://another.trusteer.com/file3.txt * http://another.trusteer.com/file4.txt * https://another.trusteer.com/file4.txt * For each URL, download the page and calculate a SHA1 hash of the HTTP response body. Whenever the hash value changes, send an email alert once. The email should include the affected URL and IP. This check should occur every 10 minutes. Implementation requirements: - The program may be a combination of programs/scripts. - Use any programming language(s). You may use any standard libraries or unix tools as part of the solution. - The program should write a log of its operations to a log file.

fp-log icon fp-log

https://medium.com/@sharon.shmorak/personal-log-learning-scala-and-functional-programming-c6d4754d9e3f

neuronet icon neuronet

Open platform for ideas sharing and fulfill them into projects

open-knesset icon open-knesset

A project aimed at making the israeli Knesset more transparent. Python and Django based

opendatakit icon opendatakit

Wiki and Issues (copied from https://code.google.com/p/opendatakit/)

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.