All Projects → dyweb → weekly

dyweb / weekly

Licence: other
DevComm-Shanghai Weekly 上海地区高校技术社团联合周报(欢迎投稿)

Programming Languages

go
31211 projects - #10 most used programming language
Dockerfile
14818 projects
ruby
36898 projects - #4 most used programming language
shell
77523 projects
Makefile
30231 projects

Projects that are alternatives of or similar to weekly

Frontenddaily
前端开发博客,分享互联网最精彩的前端技术,欢迎关注我微信公众号:前端开发博客,回复 1024,领取前端进阶资料包,回复 加群,与大神一起交流学习。
Stars: ✭ 1,901 (+2737.31%)
Mutual labels:  newsletter, weekly
Awesome Newsletters
The best (weekly) newsletters
Stars: ✭ 335 (+400%)
Mutual labels:  newsletter, weekly
Weeklypedia
A weekly email update of all the most popular wikipedia articles
Stars: ✭ 50 (-25.37%)
Mutual labels:  newsletter
PolishAnnoyanceFilters
Polskie Filtry Elementów Irytujących ukrywają i blokują wyskakujące okienka, widgety, newslettery, powiadomienia push, strzałki, niezgodne z tematem artykułów otagowane linki wewnętrzne i inne drażniące elementy (Polskie Filtry RODO-Ciasteczkowe są już w nich zawarte).
Stars: ✭ 45 (-32.84%)
Mutual labels:  newsletter
Bullish
Stock market performance insights and trends in your inbox daily.
Stars: ✭ 171 (+155.22%)
Mutual labels:  newsletter
Haskellweekly.github.io
A free weekly newsletter about the Haskell programming language.
Stars: ✭ 92 (+37.31%)
Mutual labels:  newsletter
Awesome Newsletters
A list of amazing Newsletters
Stars: ✭ 2,468 (+3583.58%)
Mutual labels:  newsletter
Adam
Jeykll theme created for nybles
Stars: ✭ 17 (-74.63%)
Mutual labels:  newsletter
ArchitectureWeekly
Architecture Weekly - links and resources to boost your knowledge and developer skills
Stars: ✭ 1,060 (+1482.09%)
Mutual labels:  newsletter
Photorama
"PHOTORAMA" template for Jekyll
Stars: ✭ 168 (+150.75%)
Mutual labels:  newsletter
feweekly
⭐ 前端周刊,让你在前端领域跟上时代的脚步,深度和广度不断精进
Stars: ✭ 34 (-49.25%)
Mutual labels:  newsletter
Django Newsfeed
A news curator and newsletter subscription package for Django
Stars: ✭ 155 (+131.34%)
Mutual labels:  newsletter
Laravel Newsletter
Manage newsletters in Laravel
Stars: ✭ 1,318 (+1867.16%)
Mutual labels:  newsletter
Jvm Bloggers
JVM Bloggers - website and newsletter with JVM blogs from Poland
Stars: ✭ 193 (+188.06%)
Mutual labels:  newsletter
Django Campaign
Newsletter management app for Django
Stars: ✭ 50 (-25.37%)
Mutual labels:  newsletter
adafruit-circuitpython-weekly-meeting
Notes from the weekly circuitpython meetings on Discord
Stars: ✭ 22 (-67.16%)
Mutual labels:  weekly
Ios Goodies
Your favorite iOS Newsletter, now open source.
Stars: ✭ 1,013 (+1411.94%)
Mutual labels:  newsletter
Anyway.post
一份双周更新的由 Anyway.FM 发行的坊间小报,为大家提供与设计行业相关的新闻咨询、网摘推荐以及专栏文章等内容,现已停止更新,升级为《安妮薇时报》
Stars: ✭ 179 (+167.16%)
Mutual labels:  newsletter
mautic-plugin-grapesbuilder
Grapesjs integration for Mautic
Stars: ✭ 23 (-65.67%)
Mutual labels:  newsletter
weekly
「前端见闻」周刊 - 收集前端领域的优质文章与新鲜工具(2022 年 09 月 04日最新发布)
Stars: ✭ 46 (-31.34%)
Mutual labels:  weekly

周报

投稿方式

GitHub Issue

前往带有 working 标签的 issue 中,分享你看到的有趣/有价值的项目/博客/论文/新闻等

Bookmarklet

Add the following target to your bookmark bar.

Remember to replace %24YOUR_TOKEN_HERE with your Github personal access token. The token could be acquired at Settings -> Developer Settings -> Personal Access Token and check public_repo permission.

javascript:(function()%7Bconst%20apiRequest%20%3D%20(src%2C%20param)%20%3D%3E%20fetch('https%3A%2F%2Fapi.github.com%2F'%20%2B%20src%2C%20Object.assign(%7Bheaders%3A%20%7B%20Accept%3A%20'application%2Fvnd.github.v3%2Bjson'%2C%20'Content-Type'%3A%20'application%2Fjson'%2C%20Authorization%3A%20'token%20%24YOUR_TOKEN_HERE'%20%7D%7D%2C%20param))%3BapiRequest('repos%2Fdyweb%2Fweekly%2Fissues').then(v%20%3D%3E%20v.json()).then(d%20%3D%3E%20d.filter(item%20%3D%3E%20item.labels.some(lab%20%3D%3E%20lab.name%20%3D%3D%3D%20'working'))%5B0%5D.number).then(issuenum%20%3D%3E%20%7Bconst%20url%20%3D%20'repos%2Fdyweb%2Fweekly%2Fissues%2F'%20%2B%20issuenum%20%2B%20'%2Fcomments'%3Bconst%20description%20%3D%20window.prompt('Please%20input%20your%20description%20of%20this%20web%20page%3A'%2C%20'')%3Bconst%20body%20%3D%20description%20%2B%20'%5Cn%5Cn'%20%2B%20window.location.href%20%2B%20'%5Cn%5Cn%20*Submitted%20via%20%5Bbookmarklet%5D(https%3A%2F%2Fgist.github.com%2Fhtfy96%2F301ae2b1c477a4a644e943bbc27c9588)*%20%3Asparkles%3A'%3Breturn%20apiRequest(url%2C%20%7Bmethod%3A%20'POST'%2Cbody%3A%20JSON.stringify(%7Bbody%7D)%7D)%7D).then(()%20%3D%3E%20window.alert('Submission%20OK!')).catch(ex%20%3D%3E%20%7Bconsole.error(ex)%3Bwindow.alert('Failed%20to%20submit...%20See%20console%20log%20for%20exception')%3B%7D)%7D)()

Source code

const apiRequest = (src, param) => fetch('https://api.github.com/' + src, Object.assign({headers: { Accept: 'application/vnd.github.v3+json', 'Content-Type': 'application/json', Authorization: 'token $YOUR_TOKEN_HERE' }}, param));

apiRequest('repos/dyweb/weekly/issues')
    .then(v => v.json())
    .then(d => d.filter(item => item.labels.some(lab => lab.name === 'working'))[0].number) // current issue number
    .then(issuenum => {
        const url = 'repos/dyweb/weekly/issues/' + issuenum + '/comments';
        const description = window.prompt('Please input your description of this web page:', '');
        const body = description + '\n\n' + window.location.href + '\n\n *Submitted via [bookmarklet](https://gist.github.com/htfy96/301ae2b1c477a4a644e943bbc27c9588)* :sparkles:';
        return apiRequest(url, {
            method: 'POST',
            body: JSON.stringify({body})
        })
        })
    .then(() => window.alert('Submission OK!'))
    .catch(ex => {
        console.error(ex);
        window.alert('Failed to submit... See console log for exception');
     })

Copied from Simple bookmarklet to send current webpage to weekly

🎉 Special Thanks to @htfy96!

周报维护方法

如果你是周报的维护者,请参考周报维护方法文档了解如何维护周报系统。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].