I'm using Homebrew to stop the service
brew services stop mysql
| (function() { | |
| /** | |
| * 记录方法使用情况的类 | |
| * @param {Array.<boolean>} umMap 初始的使用情况 | |
| */ | |
| var UsageManager = function(umMap) { | |
| this.umMap = umMap || []; | |
| }; | |
| /** | |
| * 记录新的使用情况 |
| I use the first | |
| —– BEGIN LICENSE —– | |
| Michael Barnes | |
| Single User License | |
| EA7E-821385 | |
| 8A353C41 872A0D5C DF9B2950 AFF6F667 | |
| C458EA6D 8EA3C286 98D1D650 131A97AB | |
| AA919AEC EF20E143 B361B1E7 4C8B7F04 |
| # preliminaires | |
| library("ggplot2") | |
| library("zoo") | |
| set.seed(111) | |
| # generate plot of survival curve | |
| x <- sort(dexp(seq(0, 1, 0.01)), decreasing = TRUE) | |
| ggplot(data.frame(x = c(0, 5)), aes(x)) + stat_function(fun = dexp, args = list(rate = 1)) + scale_x_continuous(labels=c(expression(t["0"], t["1"], t["2"], t["3"], t["4"], t["5"]))) + labs(x = "Time", y = expression(y = P(T > t["i"])), title = "Survival Function") | |
| # simulate subscription data |
| --- /System/Library/Spotlight/RichText.mdimporter/Contents/Info.plist 2022-02-26 09:05:07.000000000 +0200 | |
| +++ /Library/Spotlight/Markdown.mdimporter/Contents/Info.plist 2022-03-22 21:01:30.000000000 +0200 | |
| @@ -13,27 +13,20 @@ | |
| <string>MDImporter</string> | |
| <key>LSItemContentTypes</key> | |
| <array> | |
| - <string>public.rtf</string> | |
| - <string>public.html</string> | |
| - <string>public.xml</string> | |
| - <string>public.plain-text</string> |
| -- These queries let you define find user sessions against event data | |
| -- logged to Segment SQL, Snowplow, or Google BigQuery. | |
| -- For more details, see the full post: | |
| -- LINK | |
| --- SEGMENT SQL | |
| -- Finding the start of every session | |
| SELECT * | |
| FROM ( |
Add this to Info.plist in /System/Library/Spotlight/RichText.mdimporter/Contents/ and Spotlight will search for source code files.
<string>public.c-header</string>
<string>public.c-plus-plus-header</string>
<string>public.c-source</string>
<string>public.objective-c-source</string>
public.c-plus-plus-source