- Transparent in funding spending
- Organization to accept funding
- What can we expect from donations?
- Provide progress via reporting back to the company
- Pay projects to help sustain
- Companies benefit in refactoring and recruitment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Inch by inch they pressed forward. Above, they could see the sunlight shining over the summit. “We’re close,” he thought. “We’ve already lost one to the climb. Can’t think about that now.” | |
| A faint path was carved through the rocky slopes. “Others have made it” he remembers. “We can do this.” | |
| Every instinct in his body told him otherwise. There is solace below. A warm fire. Food and shelter. Is it worth the struggle? | |
| “YES!” He cried aloud. | |
| Minutes turned to hours as they neared the summit. An unexpected breeze touched their faces. “We’re close now”. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Android | |
| Angular | |
| Backend | |
| Blockchain | |
| CSS & Design | |
| Cryptography | |
| Database | |
| DevOps | |
| Developer Resources | |
| Frontend |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script type="text/javascript"> | |
| window.addEventListener("codefund", function(evt) { | |
| if (evt.detail.status !== "ok") { | |
| // Render ad from another network | |
| } | |
| }); | |
| </script> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| function embed () { | |
| var evt = new Event('codefund'); | |
| <% if @advertisement_html -%> | |
| try { | |
| var targetElement = document.getElementById('codefund'); | |
| if (targetElement == null) { targetElement = document.getElementById('<%= @target %>'); } | |
| targetElement.innerHTML = '<%= @advertisement_html.html_safe %>'; | |
| targetElement.querySelector('img[data-src="impression_url"]').src = '<%= @impression_url.html_safe %>&uplift=' + (window.abp === true); | |
| targetElement.querySelectorAll('a[data-href="campaign_url"]').forEach(function (a) { a.href = '<%= @campaign_url.html_safe %>' }); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Life on Mesh | |
| It’s a brilliant idea he shared | |
| Thought the man without any hair | |
| Time to see what this boy can do | |
| “Vitalik, I believe in you” | |
| So they started to get to work | |
| It’s so crazy, it just might work | |
| Now it’s ready, lets show them all | |
| What it means to have a super pow’r |
CodeFund can provide ethical advertising without having to use JavaScript.
The flow looks like this:
-
Ping the API for an available ad. The request should contain the browser width and height. For example:
curl 'https://codefund.io/t/s/[YOUR_PROPERTY_ID]/details.json?ip=[IPV4]&width=1750&height=825'
The API will respond with the ad details:
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "role": "agent", | |
| "delay": 180, | |
| "typingDelay": 2300, | |
| "text": "<p>Hi, I see you are looking for a job near <strong>{{location.text}}</strong>. Help me narrow your search results by answering a few questions.</p>" | |
| }, | |
| { | |
| "role": "agent", | |
| "delay": 1500, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alltabs: | |
| layout: | |
| tabs: | |
| - | |
| root: "~/Code/Nuvi/gutenberg" | |
| layout: | |
| - | |
| - | | |
| title Gutenberg; | |
| color green; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "Matthew Russell", | |
| "link": "https://twitter.com/mrussell247", | |
| "avatar": "https://pbs.twimg.com/profile_images/517863945/mattsailing_400x400.jpg", | |
| }, | |
| { | |
| "name": "Julian Krispel-Samsel", | |
| "link": "https://twitter.com/juliandoesstuff", | |
| "avatar": "https://pbs.twimg.com/profile_images/477132877763579904/m5bFc8LF_400x400.png", |