Skip to content

Instantly share code, notes, and snippets.

View ducwp's full-sized avatar
💭
I am a Web Dev

Đức Nguyễn ducwp

💭
I am a Web Dev
View GitHub Profile
@ducwp
ducwp / css-only-girl-running.markdown
Created October 16, 2023 16:13
CSS ONLY Girl Running
@ducwp
ducwp / gooey-menu.markdown
Created October 12, 2023 09:40
Gooey Menu
@ducwp
ducwp / NationalGoogleTrends.sh
Created February 27, 2023 14:40 — forked from willinspire/NationalGoogleTrends.sh
Curl the XML data from all nationally-sorted Google search trends feeds.
################################
# NATIONAL GOOGLE TRENDS #
################################
#
# Updated: 20171123
# Created by h8rt3rmin8r
# Email: 161803398@email.tg
# PGP: h8rt3rmin8r.com
###############################################################################################################
# Curl the XML data from all nationally-sorted Google search trends feeds.
@ducwp
ducwp / admin.js
Created May 8, 2021 07:18 — forked from igorbenic/admin.js
Extending the WordPress Media Uploader: Custom Tab | http://ibenic.com/extending-wordpress-media-uploader-custom-tab
var Library = wp.media.controller.Library;
var oldMediaFrame = wp.media.view.MediaFrame.Post;
// Extending the current media library frame to add a new tab
wp.media.view.MediaFrame.Post = oldMediaFrame.extend({
initialize: function() {
// Calling the initalize method from the current frame before adding new functionality
oldMediaFrame.prototype.initialize.apply( this, arguments );
@ducwp
ducwp / hamburger-menu-interaction.markdown
Created July 29, 2020 12:15
Hamburger Menu Interaction
# initialization file (not found)