Giter Site home page Giter Site logo

blog's People

Contributors

tikonen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

blog's Issues

Security Issue

I'm a member of the Node.js Foundation Security Working Group and we received a report of a vulnerability in with this module.

We tried inviting the author by e-mail but received no response so I'm opening this issue and inviting anyone with commit and npm publish rights to collaborate with us on a fix.

fourth image is not scrolling

i have added fourth canvas in html . after adding image is displaying but when i click on a play fourth image is not scrolling..please let me know what i have to do??

CSVReader: TryGetValue?

Just wondering how would I implement inline "out string" with TryGetValue?

    List<Dictionary<string, object>> data = CSVReader.Read("data");
    string phoneNumber = "012345";
    if (data.TryGetValue(phoneNumber, out user))
    {
        Console.WriteLine("{0}, {1}, phone {2}", user.Name, user.Address, user.PhoneNumber);
    }

But I get this error for TryGetValue

Error CS1061: 'List<Dictionary<string, object>>' does not contain a definition for 'TryGetValue' and no extension method 'TryGetValue' accepting a first argument of type 'List<Dictionary<string, object>>' could be found (are you missing a using directive or an assembly reference?) (CS1061) (Assembly-CSharp)

WebAssembly served with incorrect MIME type

WebAssembly (.wasm) files served with incorrect MIME type, it would make sense for simplehttpserver to serve them with the correct MIME type out of the box as the server is intended for debugging purposes.

Steps to reproduce:

  1. Acquire or create a web assembly file (".wasm" extension)
  2. Run simplehttpserver in the folder containing the .wasm file
  3. Make a http GET request for the wasm file

Observed: WebAssembly .wasm files are served with "application/octet-stream" MIME type
Expected: WebAssembly .wasm files are served with "application/wasm" MIME type

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.