- Lahore,Pakistan
- mobeenashraf.com
Pinned Loading
-
Personal-Site
Personal-Site PublicForked from dencorg/flexdinesh.github.io
Personal Site ✨ https://mobeenashraf.com
CSS
-
osquery
osquery PublicForked from osquery/osquery
SQL powered operating system instrumentation, monitoring, and analytics.
C++
-
Support katex for marked.
Support katex for marked. 1const renderer = new marked.Renderer()
2let originParagraph = renderer.paragraph.bind(renderer)
3renderer.paragraph = (text) => {
4const blockRegex = /\$\$[^\$]*\$\$/g
5const inlineRegex = /\$[^\$]*\$/g
-
serverless-go-payload-signer
serverless-go-payload-signer PublicGo Service Serverless function Hosted on Netlify to sign payload using Key
Go 1
-
True and False vs. "Truthy" and "Fal...
True and False vs. "Truthy" and "Falsey" (or "Falsy") in Ruby, Python, and JavaScript 1## true and false vs. "truthy" and "falsey" (or "falsy") in Ruby, Python, and JavaScript
23Many programming languages, including Ruby, have native boolean (true and false) data types. In Ruby they're called `true` and `false`. In Python, for example, they're written as `True` and `False`. But oftentimes we want to use a non-boolean value (integers, strings, arrays, etc.) in a boolean context (if statement, &&, ||, etc.).
45This outlines how this works in Ruby, with some basic examples from Python and JavaScript, too. The idea is much more general than any of these specific languages, though. It's really a question of how the people designing a programming language wants booleans and conditionals to work.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.