from

There are 202 repositories under from topic.

  • modi

    Language:Jupyter Notebook1
  • frontendmentor-solution-1

    CSS, Flexbox, @media

    Language:CSS2
  • string-from-charcodes

    An alternative to String.fromCharCode that doesn't throw with many arguments, while still remaining fast.

    Language:TypeScript2
  • react-form-design

    React form assembly, implementing the React form data external

    Language:JavaScript2
  • array-reviver

    Revive a JSON-serialized typed array.

    Language:JavaScript2
  • random-base-reviver

    Revive a JSON-serialized pseudorandom number generator (PRNG).

    Language:JavaScript2
  • number-float32-base-from-word

    Create a single-precision floating-point number from an unsigned integer corresponding to an IEEE 754 binary representation.

    Language:Python2
  • streams-node-from-circular-array

    Create a readable stream from a circular array-like object.

    Language:JavaScript2
  • error-reviver

    Revive a JSON-serialized error object.

    Language:JavaScript2
  • opencv-from-scratch

    Welcome to opencv from scratch

    Language:Python2
  • python4everyone-xml-assign

    n this assignment you will write a Python program somewhat similar to http://www.py4e.com/code3/geoxml.py. The program will prompt for a URL, read the XML data from that URL using urllib and then parse and extract the comment counts from the XML data, compute the sum of the numbers in the file. We provide two files for this assignment. One is a sample file where we give you the sum for your testing and the other is the actual data you need to process for the assignment. Sample data: http://py4e-data.dr-chuck.net/comments_42.xml (Sum=2553) Actual data: http://py4e-data.dr-chuck.net/comments_988433.xml (Sum ends with 94) You do not need to save these files to your folder since your program will read the data directly from the URL. Note: Each student will have a distinct data url for the assignment - so only use your own data url for analysis. Data Format and Approach The data consists of a number of names and comment counts in XML as follows: <comment> <name>Matthias</name> <count>97</count> </comment> You are to look through all the <comment> tags and find the <count> values sum the numbers. The closest sample code that shows how to parse XML is geoxml.py. But since the nesting of the elements in our data is different than the data we are parsing in that sample code you will have to make real changes to the code. To make the code a little simpler, you can use an XPath selector string to look through the entire tree of XML for any tag named 'count' with the following line of code: counts = tree.findall('.//count') Take a look at the Python ElementTree documentation and look for the supported XPath syntax for details. You could also work from the top of the XML down to the comments node and then loop through the child nodes of the comments node. Sample Execution $ python3 solution.py Enter location: http://py4e-data.dr-chuck.net/comments_42.xml Retrieving http://py4e-data.dr-chuck.net/comments_42.xml Retrieved 4189 characters Count: 50 Sum: 2...

    Language:Python2
  • Java-Practice

    Here i upload my all codes in Java which i have done during my practice session.

    Language:Java2
  • Mastering-Web

    Web Design Course(Web-技术)

    Language:Vue2
  • stockCrawl

    sentiment analysis of financial news articles from web scrapers

    Language:JavaScript2
  • react-form

    react form support redux

    Language:JavaScript2
  • set-mail-from

    WordPress Plugin to set "Mail From" address and name, and nothing less but nothing more.

    Language:CSS1
  • react-form

    React Form

    Language:JavaScript1
  • complex-float64-reviver

    Revive a JSON-serialized 128-bit complex number.

    Language:JavaScript1
  • complex-float32-reviver

    Revive a JSON-serialized 64-bit complex number.

    Language:JavaScript1
  • complex-base-parse

    Parses a string representing a complex number into a complex like object.

    Language:JavaScript1
  • docker-desktop-from-iso-ubuntu-xfce

    This is a POC project to demonstrate ubuntu 23.04 iso to local docker image.

    Language:Shell1
  • -gezim999c

    Gezim999

    Language:C++1
  • Insert-Python-dataframe-into-SQL-table

    Inserting Python dataframe into SQL table if the table is created

    Language:Python1
  • configurationForm

    library for generating forms dynamically using JSON.

    Language:JavaScript1
  • lab-sql-basics

    Lab SQL basics Selection and Aggregation.

  • from-validation

    from validation with vanilla javascript

    Language:JavaScript1
  • complex-reviver-float32

    Revive a JSON-serialized 64-bit complex number.

    Language:Makefile1
  • complex-reviver

    Revive a JSON-serialized complex number.

    Language:JavaScript1
  • number-float64-base-from-words

    Create a double-precision floating-point number from a higher order word and a lower order word.

    Language:JavaScript1
  • buffer-reviver

    Revive a JSON-serialized Buffer.

    Language:JavaScript1
  • complex-reviver-float64

    Revive a JSON-serialized 128-bit complex number.

    Language:JavaScript1
  • RandomForests-PacMan

    Design and Implementation of Random Forest algorithm from scratch to execute Pacman strategies and actions in a deterministic, fully observable Pacman Environment.

    Language:Python1
  • extra-version

    A version is a set of numbers that identify a unique evolution of a system.

    Language:TypeScript1
  • Machine-learning

    Machine Learning with some codes.

    Language:Python1
  • FFRForg

    FFRForg

    Kodi / Firestick / XMBC video addon for Freedom From Religion Foundation

    Language:Python1