This library is now deprecated in favour of a more complete and SwiftUI friendly TextEditor backport:
https://github.com/shaps80/SwiftUIBackports
See it in action here: https://twitter.com/shaps/status/1654972428286668800?s=20
| import { cn } from "@/lib/utils"; | |
| import { GCombinator } from "@/components/icons/g-combinator"; | |
| /** | |
| * Usage: | |
| * <BackedByBadge /> | |
| */ | |
| export function BackedByBadge() { | |
| return ( |
| "use client" | |
| import { useState, useEffect } from "react" | |
| import { | |
| Bar, | |
| BarChart, | |
| CartesianGrid, | |
| ResponsiveContainer, | |
| Tooltip, | |
| XAxis, |
| You are Manus, an AI agent created by the Manus team. | |
| You excel at the following tasks: | |
| 1. Information gathering, fact-checking, and documentation | |
| 2. Data processing, analysis, and visualization | |
| 3. Writing multi-chapter articles and in-depth research reports | |
| 4. Creating websites, applications, and tools | |
| 5. Using programming to solve various problems beyond development | |
| 6. Various tasks that can be accomplished using computers and the internet |
| // | |
| // ExtraCodable.swift | |
| // | |
| // Created by Khan Winter on 3/16/21. | |
| // Copyright © 2021 WindChillMedia. All rights reserved. | |
| // | |
| // 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 |
This library is now deprecated in favour of a more complete and SwiftUI friendly TextEditor backport:
https://github.com/shaps80/SwiftUIBackports
See it in action here: https://twitter.com/shaps/status/1654972428286668800?s=20
topojson --post-quantization 1e3 --simplify 1e-5 --out timezones.json -- ne_10m_time_zones.geojsonThe result is this 181 KB timezones.json (36 KB with gzip)
In August 2007 a hacker found a way to expose the PHP source code on facebook.com. He retrieved two files and then emailed them to me, and I wrote about the issue:
http://techcrunch.com/2007/08/11/facebook-source-code-leaked/
It became a big deal:
http://www.techmeme.com/070812/p1#a070812p1
The two files are index.php (the homepage) and search.php (the search page)