Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge. Learn more →
Murder Alternatives
Similar projects and alternatives to murder
-
-
customdiscordrpc
Customizable Discord Rich Presence Client for Windows.
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
-
-
cli
Official Command Line Interface for the IPinfo API (IP geolocation and other types of IP data) (by ipinfo)
-
-
browser_extension
A browser extension that redirects popular sites to alternative privacy friendly frontends
-
-
Onboard AI
Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.
-
twitter-api-typescript-sdk
A TypeScript SDK for the Twitter API
-
-
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
-
Redirector
Browser extension (Firefox, Chrome, Opera, Edge) to redirect urls based on regex patterns, like a client side mod_rewrite.
-
-
gallery-dl
Command-line program to download image galleries and collections from several image hosting sites
-
Better-Github-Forks
Script for finding good forks of any project on Github
-
-
-
chakra-ui
⚡️ Simple, Modular & Accessible UI Components for your React Applications
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
murder reviews and mentions
-
Building a progressive web app in Remix with Remix PWA
// routes/contacts.$contactId.tsx import type { LoaderFunctionArgs } from '@remix-run/node'; import { Form, useLoaderData } from '@remix-run/react'; import type { FunctionComponent } from 'react'; import type { ContactRecord } from '../data'; import { json } from '@remix-run/node'; import invariant from 'tiny-invariant'; import { getContact } from '../data'; export const loader = async ({ params }: LoaderFunctionArgs) => { invariant(params.contactId, 'Missing contactId param'); const contact = await getContact(params.contactId); if (!contact) { throw new Response('Not Found', { status: 404 }); } return json({ contact }); }; export default function Contact() { const { contact } = useLoaderData(); return (
{contact.first || contact.last ? ( <> {contact.first} {contact.last} > ) : ( No Name )}{' '}
{contact.twitter ? ( ) : null} {contact.notes ?{contact.notes}
: null}Edit { const response = confirm( 'Please confirm you want to delete this record.' ); if (!response) { event.preventDefault(); } }} > Delete -
Building Your Brand as a Developer Through Open Source
Self-promotion is not for everyone, but it can be powerful to help you build your brand through your niche. If you're on social media like X, optimize this platform to promote yourself. You can share your knowledge about open source. You can also use it to promote open source projects or as your public journal of your open source activities.
-
When will “X, formerly known as Twitter” stop being referred to as “X, formerly known as Twitter?”
I'll call it "X" when it's address is x.com and not twitter.com.
When the URL is no longer "twitter.com"
- Social Media Footer Component for Your React Application using tailwindcss
-
If I Could Start My Dev Career Again: Essential Tips for Newbies
Though not very active on Twitter (or X, or whatever Elon decides to do with it), I find it beneficial to follow companies and developers in spaces that interest me. Engaging with industry leaders can provide you with valuable insights and learning opportunities. If you feel like following me for my infrequent posts there you can follow me here.
-
Plasmo - a new way to create modern browser extensions
// package.json { "name": "plasmo-intro", ... "manifest": { "host_permissions": [ "https://twitter.com/*", "https://x.com/*" ], "permissions": [ "storage" ] } }
-
uBlock Origin Lite now available on Firefox
Safari users keep repeating this, but it's simply not true: go open http://twitter.com and see for yourself.
-
Twitter silently removes login requirement for viewing tweets
If you put twitter.com in pi-hole your life gets markedly better. Works with Facebook too.
-
weDoALittleTrolling
import context to repeatedly make a request for https://twitter.com as fast as the host computer can run it to overload Twitter's servers. unfortunately twitter's servers won't be affected at all because cloudflare would ban your IP almost immediately.
-
A note from our sponsor - InfluxDB
www.influxdata.com | 3 Dec 2023
Stats
ervinb/murder is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of murder is Ruby.