Skip to content

Instantly share code, notes, and snippets.

View asozyurt's full-sized avatar
🎯
Focus On Target

Ahmet Selçuk Özyurt asozyurt

🎯
Focus On Target
View GitHub Profile
@romerocs
romerocs / webpack-ignore-font-files.js
Created February 20, 2020 20:34
Webpack config for resolving font files in css without copying to the dist folder
module.exports = {
module: {
rules: [
{
test: /.(otf|eot|ttf|woff|woff2|svg)(\?\S*)?$/,
loader: "file-loader",
options: {
publicPath: "../../",
name: "./[path][name].[ext]",
emitFile: false
@yasinkuyu
yasinkuyu / paribu_api
Last active November 15, 2022 20:02
Paribu Bitcoin Rates
Paribu.com - Türkiye'nin Bitcoin Borsası
2021 (update)
Api endpoint
https://v3.paribu.com/app/markets/btc-tl?interval=1000
Ticker
@tuzz
tuzz / github.css
Last active April 23, 2024 15:47
Github Markdown Stylesheet
/*
Copyright (c) 2017 Chris Patuzzo
https://twitter.com/chrispatuzzo
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions: