[
"and",
[
"or",
[
"or",
{
"name": "userId",
"value": "",
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>2021 Books JSON</title> | |
</head> | |
<body> | |
<pre><code id="resultsContainer"></code></pre> |
I hereby claim:
- I am jlord on github.
- I am jlord (https://keybase.io/jlord) on keybase.
- I have a public key ASBSJeZNmZvTacL9OGpXi9vRl9Jbpm_bHGvaFXzlAnLpxgo
To claim this, I am signing this object:
var exec = require('child_process').exec | |
var args = process.argv | |
// Config | |
var IP = '' | |
var SEC = '' | |
// Lights | |
var FIRST_LIGHT = '65537' | |
var SECOND_LIGHT = '65538' |
I’m working on a talk about the relationship between community participation and careers, and want to hear from people who feel like open source has impacted their career. Tell me your story!
Below are some questions related to get you started. Feel free to either fork this gist, blog your answers and send me the link, or email them directly to me at [email protected]. I will ask your permission before sharing anything about your story publicly.
-
How do you feel your participation in open source has impacted your career, both good and bad?
-
Open source has had a greatly positive impact on my career. I believe my career opportunities have come from my contributions to open source with my interests and skills being public.
-
How did you first get exposed to open source? Why did you decide to learn more about it?
-
I believed in the importance of sharing knowledge but it wasn't until I started as a Code for America fellow that I realized it had a name, open source, and an active community. In my first
var app = require('app'); | |
var BrowserWindow = require('browser-window'); | |
var glob = require('glob'); | |
var mainWindow = null; | |
// Require and setup each JS file in the main-process dir | |
glob('main-process/**/*.js', function (error, files) { | |
if (error) return console.log(error); | |
files.forEach(function (file) { |
var printPDFBton = document.getElementById('print-pdf'); | |
var ipc = require('electron').ipcRenderer; | |
printPDFBton.addEventListener('click', function (event) { | |
ipc.send('print-to-pdf'); | |
}); | |
ipc.on('wrote-pdf', function (event, path) { | |
// TODO should we open the pdf? or put it somewhere else? | |
var message = 'Wrote PDF to: ~' + path; |
{"core":[{"name":"about","author":{"name":"Machisté N. Quintana","email":"[email protected]"},"main":"./lib/about","version":"1.1.0","description":"View useful information about your Atom installation.","keywords":[],"repository":{"type":"git","url":"https://github.com/atom/about.git"},"license":"MIT","engines":{"atom":">=0.210.0 <2.0.0"},"dependencies":{"atom-space-pen-views":"^2.0.5"},"devDependencies":{"coffeelint":"^1.9.7"},"bugs":{"url":"https://github.com/atom/about/issues"},"homepage":"https://github.com/atom/about#readme","_shasum":"1e9cc8cb5bebb9a7c5cab378f521c397b875be4d","_resolved":"file:../../../../tmp/d-115811-16353-17qcm25/package.tgz","_atomModuleCache":{"version":1,"dependencies":[],"extensions":{".js":["lib/about-view.js","lib/about.js"]},"folders":[{"paths":["lib",""],"dependencies":{"atom-space-pen-views":"^2.0.5"}}]}},{"name":"archive-view","version":"0.60.0","description":"View the files and folders inside archive files","main":"./lib/archive-editor","dependencies":{"at |