| source_url |
|---|
Export Canva designs without watermarks in high resolution with all elements intact
| source_url |
|---|
Export Canva designs without watermarks in high resolution with all elements intact
GitHub’s search supports a variety of different operations. Here’s a quick cheat sheet for some of the common searches.
For more information, visit our search help section.
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta http-equiv="Content-type" content="text/html; charset=utf-8"> | |
| <title>Testing Pie Chart</title> | |
| <!--<script type="text/javascript" src="d3/d3.v2.js"></script>--> | |
| <script src="http://d3js.org/d3.v2.js"></script> | |
| <!-- Note: I made good use of the sample code provided by the D3JS community and extended it to fit my needs to create this simple dashboard --> | |
| <style type="text/css"> |
| Link full khóa training device driver của embedded Linux ở đây nhé các bạn. Đây là video mình record trong khóa trước, do bị mắc 1 số lỗi về quay phát nên mình sẽ record lại trong khóa hiện tại mình đang dạy. | |
| Bài 1: Kernel module - simple character device. | |
| https://bit.ly/2AzsxrB | |
| Bài 2: Giới thiệu về cơ chế timer trong hệ điều hành. | |
| https://bit.ly/2O2rDpy | |
| Bài 3: Hướng dẫn lập trình điều khiển interrupt trong Linux | |
| kernel. https://bit.ly/2vtenmk | |
| Bài 4: Giới thiệu về cơ chế system call trên Linux. | |
| https://bit.ly/2KkXm32 | |
| Bài 5: Giới thiệu về kỹ thuật IPC - Inter Process Communication. |
Version: 1.0.0 Protocol Version: 2024-11-05 Last Updated: 2026-01-10
| #!/usr/bin/env bun | |
| /** | |
| * ============================================================ | |
| * PROOF: Anthropic is specifically blocking "OpenCode" | |
| * in Claude Code OAuth system prompts | |
| * ============================================================ | |
| * | |
| * Video covering this script here: https://www.youtube.com/watch?v=G9YX6StP2-M | |
| * | |
| * This script demonstrates that Anthropic has specifically blocked |
| # Frontend Design Guideline | |
| This document summarizes key frontend design principles and rules, showcasing | |
| recommended patterns. Follow these guidelines when writing frontend code. | |
| # Readability | |
| Improving the clarity and ease of understanding code. |
| // ==UserScript== | |
| // @name Open Apollo App Live Container | |
| // @version 1.0.0 | |
| // @author nathandaven | |
| // @match *://*.reddit.com/* | |
| // @downloadURL https://gist.github.com/nathandaven/76fd9c1e9e7c30eaea29003120acb4ae/raw/62f5aa9d52998135346bc622244a66879becc6d2/open-in-apollo-live-container.user.js | |
| // @updateURL https://gist.github.com/nathandaven/76fd9c1e9e7c30eaea29003120acb4ae/raw/62f5aa9d52998135346bc622244a66879becc6d2/open-in-apollo-live-container.user.js | |
| // @homepage https://github.com/nathandaven/Open-In-Apollo-Live-Container/tree/main | |
| // ==/UserScript== |