search for: emoji

Displaying 18 results from an estimated 18 matches for "emoji".

Did you mean: emojis
2016 Sep 09
2
Borrar carácteres extraños /xax
Buenos días, estoy realizando análisis de texto con Twitter y tengo un problema con unos carácteres que no logro quitar. Són cadenas de letras con forma similar a *xaexdfxdeaxoa*. Creo que surgen de la códificación de los emojis. Yo suelo utilizar, más o menos el siguiente codigo con gsub para limpiar texto, pero no me sirve # remove rt x = gsub("rt", "", x) # remove at x = gsub("@\\w+", "", x) # remove punctuation x = gsub("[[:punct:]]", "", x) # remove numbe...
2020 May 03
0
Character Column-width Calculations
I just submitted a patch on bugzilla[1] to update the internal column-width tables to a more recent version of Unicode.? The most obvious way this shows up is with emoji now having a computed width of 2 columns instead of 1 once the patch is applied: > nchar('\U0001F600', type='width'). # grinning face emoji [1] 2 This wasn't really an issue for a long time as many terminals didn't even do this properly either, but over the last couple...
2019 Mar 28
1
default for 'signif.stars'
...fensive. And there don't appear to be any references to semiparameric methods, or machine learning. Surprisingly, they encourage multiple testing, however, don't mention the multiple comparison problem. Something I can't understand at all. So, maybe we should replace signif.stars with emoji...? [[alternative HTML version deleted]]
2019 Nov 28
2
Some commits not getting sent to the mailing lists.
For example: https://github.com/llvm/llvm-project/commit/549ff601f053303356abe7d8fca8fbcf5e3502e7 and https://github.com/llvm/llvm-project/commit/4eacc32672e60113b835c4356d1c398dc1e30279 Don't seem to have made it to cfe-commits. This makes it harder to search for stuff, reply to commits, and most importantly it allows these patches to land "under the radar", potentially without
2018 Dec 03
2
Character encodings in ICY metadata
...-8 is now the universal standard. (ICY context:) Expect if you are in Asia. Or in central Europe. Or maybe in Africa. I'm not aware of servers on the poles, maybe they use..., ... > It supports ALL character sets. As long as "ALL" is defined as what English people need plus all emoji in all skin colours but green. There are still a lot characters not included even if the set they contain to is in the list. While UTF-8 is most likely the way you want to go, it is by no means universal. The truth is that ICY is just a broken protocol that does not give you any way to define w...
2015 Apr 16
4
ClamAV reports a trojan
On Thu, April 16, 2015 10:09 am, Les Mikesell wrote: > On Thu, Apr 16, 2015 at 10:01 AM, James B. Byrne <byrnejb at harte-lyne.ca> wrote: >> This morning I discovered this in my clamav report from one of our imap servers: >> /usr/share/nmap/scripts/irc-unrealircd-backdoor.nse: >> Unix.Trojan.MSShellcode-21 FOUND >> I have looked at this script and it appears to be
2019 Nov 18
6
RFC: Moving toward Discord and Discourse for LLVM's discussions
...uot;friction" coefficient. So are cfe-dev and llvm-commits. O-Well. That's how they are. I don't quite see how some sort of pretty Web UI will reduce the friction coefficient. It might introduce a new, "annoyance" coefficient, because of the added noise of pretty formatting, emojis, color quoting, and all kinds of other extraneous - and unnecessary - decorations that have very little to do with the information being conveyed. -- Stefan Teleman stefan.teleman at gmail.com
2015 Apr 17
0
Plurals in English (was Re: ClamAV reports a trojan)
...in English is viruses. Reasoning: If one had to learn the pluralisation of every word adopted into modern English, then an English speaker would have to learn the pluralisation rules for far more than just English (see above re tsunami, octopus but also consider other non old English words such as emoji alligator mannequin boulevard cookie umbrella alcohol nadir etc.) For old English words, the pluralisation rules for them was set before modern English evolved into what we know today so those old rules still apply. All in all, makes it a lot easier to know how to spell English plurals. Some thin...
2018 Dec 03
0
Character encodings in ICY metadata
...-8 is now the universal standard. (ICY context:) Expect if you are in Asia. Or in central Europe. Or maybe in Africa. I'm not aware of servers on the poles, maybe they use..., ... > It supports ALL character sets. As long as "ALL" is defined as what English people need plus all emoji in all skin colours but green. There are still a lot characters not included even if the set they contain to is in the list. While UTF-8 is most likely the way you want to go, it is by no means universal. The truth is that ICY is just a broken protocol that does not give you any way to define w...
2016 Oct 04
0
[ANNOUNCE] libX11 1.6.4
Alan Coopersmith (20): Move Compose \ o / to be with other emoji compose sequences Replace Xmalloc+memset pairs with Xcalloc calls Get rid of some extraneous ; at the end of C source lines Remove unused definition of XCONN_CHECK_FREQ Bug 93184: read_EncodingInfo invalid free Bug 93183: _XDefaultOpenIM memory leaks in out-of-memory e...
2020 Jun 08
1
Potential issue with perl-based pattern matching with Unicode characters on Windows R 4.0 and above
Hi everyone, I've noticed new behavior in `regexpr(..., perl = TRUE)` on Windows with R4.0 and above with Unicode characters. Here's a minimal example where I'd expect to see a start value of `5` (as R 3.6.2 and below gives), but R 4.0.0 (and R 4.0.1) now returns: ``` > regexpr("b", "foo\U0001F937bar", perl = TRUE) #> [1] 6 #>
2015 Apr 17
2
Plurals in English (was Re: ClamAV reports a trojan)
...gt; Reasoning: If one had to learn the pluralisation of every word adopted > into modern English, then an English speaker would have to learn the > pluralisation rules for far more than just English (see above re > tsunami, octopus but also consider other non old English words such as > emoji alligator mannequin boulevard cookie umbrella alcohol nadir etc.) > For old English words, the pluralisation rules for them was set before > modern English evolved into what we know today so those old rules still > apply. > > All in all, makes it a lot easier to know how to spell Eng...
2019 Nov 18
2
RFC: Moving toward Discord and Discourse for LLVM's discussions
On Mon, Nov 18, 2019 at 8:49 AM Robinson, Paul via llvm-dev <llvm-dev at lists.llvm.org> wrote: > > | mailing lists for longer-form discussions are unfamiliar, difficult, and often intimidating for newcomers > > > > Um… what? While I know (via my own children) that folks nowadays use multiple avenues of communication, it’s *really* hard to imagine email as a *mechanism*
2019 Nov 12
0
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
...> > On Twitter, others have asked "the same", arguing that > > "<someclass>" %in% class(.) > >> uses usual syntax, and thus looks less intimidating than >> inherit() and less cryptic than is() %-/ (<- ASCII version of the rolling eyes emoji) <ranting mode> The most cryptic of the 3 forms being by far: "<someclass>" %in% class(x) You need to be able to read thru this to understand that the intend is to find out whether 'x' belongs to class "<someclass>" or to one of its subclasses...
2018 Dec 01
4
Character encodings in ICY metadata
Greetings Icecast masters! Does anyone know what the supported character encoding(s) are for strings in ICY metadata? The closest I?ve been able to get via a Google search is this thread: http://forums.winamp.com/showthread.php?t=208096&highlight=handle+unicode+characters%3F <http://forums.winamp.com/showthread.php?t=208096&highlight=handle+unicode+characters?> Which would
2018 May 03
4
adding overall constraint in optim()
Hi ? This is giving me a headache. I?m trying to do a relatively simple optimization ? actually trying to approximate the output from the Excel Solver function but at roughly 1000x the speed. ? The optimization parameters look like this. The only trouble is that I want to add a constraint that sum(wgt.vect)=1, and I can?t figure out how to do that in optim. Mo.vect <-
2020 Jun 04
13
[Bug 14401] New: unicode character conversion problem from MacOS to Linux despite iconv
https://bugzilla.samba.org/show_bug.cgi?id=14401 Bug ID: 14401 Summary: unicode character conversion problem from MacOS to Linux despite iconv Product: rsync Version: 3.1.3 Hardware: All OS: All Status: NEW Severity: normal Priority: P5 Component: core
2019 Nov 11
2
class(<matrix>) |--> c("matrix", "arrary") [was "head.matrix ..."]
>>>>> Duncan Murdoch >>>>> on Sun, 10 Nov 2019 11:48:26 -0500 writes: > On 10/11/2019 9:17 a.m., Bryan Hanson wrote: >> >> >>> On Nov 10, 2019, at 3:36 AM, Martin Maechler <maechler at stat.math.ethz.ch> wrote: >>> >>>>>>>> Gabriel Becker