投稿時間:2021-07-25 07:10:41 RSSフィード2021-07-25 07:00 分まとめ(13件)

カテゴリー等 サイト名等 記事タイトル・トレンドワード等 リンクURL 頻出ワード・要約等/検索ボリューム 登録日
TECH Engadget Japanese 高圧洗浄機でガンコ汚れに立ち向かえ!『PowerWash Simulator』で自由きままに清掃ライフ:発掘!インディゲーム+ https://japanese.engadget.com/power-wash-simulator-211004331.html powerwashsimulator 2021-07-24 21:10:04
python Pythonタグが付けられた新着投稿 - Qiita ギリシャ文字をコードに直して加算して出力:glc https://qiita.com/fygar256/items/0f899ea03502e33a1733 ギリシャ文字をコードに直して加算して出力glcギリシャ文字をコードに直して加算して出力します。 2021-07-25 06:55:30
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) ある条件を除く合計数の求め方 https://teratail.com/questions/351086?rss=all ある条件を除く合計数の求め方defsumnumsifnotnumsreturntotalforiinrangelennumsifnumsiifnumsitotalnumsielsetotalreturntotalパラメーターのnumsにいくつかの数字が入るときに合計を求めたいです。 2021-07-25 06:33:11
Program [全てのタグ]の新着質問一覧|teratail(テラテイル) python,flaskでフォームからPOSTされたデータを値を指定した行に挿入したいです。 https://teratail.com/questions/351085?rss=all pythonflaskでフォームからPOSTされたデータを値を指定した行に挿入したいです。 2021-07-25 06:02:25
技術ブログ Developers.IO CloudWatch LogsからKinesis Data Fireshoseサブスクリプションフィルターを使ってS3へログを転送した時のログ形式を、オリジナルのログ形式に戻す https://dev.classmethod.jp/articles/cloudwatch-logs-kinesis-origin-fireshose-s3-format/ cloudwatch 2021-07-24 21:48:29
海外TECH DEV Community Is Particles.js still good in 2021? https://dev.to/matteobruni/is-particles-js-still-good-in-2021-3oag Is Particles js still good in Particles animations yeeeeeeh I ve seen a lot of developers use particles js in their projects Everyone likes particles effects but why keep using particles js Why particles js is no more the best choiceParticles js was a good library for particles animations but when I tried it in late I ve noticed some bugs after some hours not just particles bouncing themself weirdly an error in my console Particles broke everything when I tried to disable particles movement Is this bug fixed now No Particles js is an abandoned project no one is maintaining it and some developers are trying to code workarounds themself Nice but I think everyone is already busy enough with their own project and wasting time fixing bugs of rd party libraries is not worth itBut every library has bugs true Particles js has open issues the older one was opened in November Some issues aren t that good just people asking help true but some of those issues are already fixed by other developers that submitted their PR but PRs are still waiting to be merged some of them are really good The oldest unmerged PR January This library started having issues with Firefox in but who uses Firefox in Chrome is the best Browsers and the web is going fast and browsers don t care if a library will broke with the new update Who wants a broken website when there s a valid alternative Another big unsolved issue with Particles js is mobile devices yes Particles js supports not completely retina displays but not the touch events and it s not responsive at all These are a lot of issues and that s how to solve themWhen I started trying Particles js in yeah I know I already said that I wanted a working website so I started making changes to the library and fixed the disabled movement error that was breaking my website Then I looked for other issues and fixed them some with merging the good PR I found in the repository This gave me a good particles library but I can t update the original one since the author has disappeared so I decided to start a new project I was learning TypeScript in that period so I decided to covert the library to TypeScript but having a JavaScript output so everyone can use it without issues So TypeScript Particles were born but particles ts was already a thing on NPM another abandoned version of particles js converted in TypeScript but without a lot of features that I ve added and I don t know if the fix to the disabled movement was done So I decided to move the ts at the beginning and tsParticles were published in the first months of just before Italy will be in lockdown due the COVID Pandemic The pandemic gave me time to focus on this side project since all my free time with friends was gone Now tsParticles reached version with a lot of new features and it s still compatible with particles js but particles js don t have a lot of those new features so the new config won t work backward What are the added features to tsParticles Fixed the still particles configuration error Particles movement options can be disabled without any errorFPS limiter the FPS can be reduced so the animations can use less resources on every client this can be good with some light configurations so they re not much affectedBackground Masking this feature is one of the oldest but it s still cool Activating this will make the canvas of a specified color and particles will unveil everything under the canvas or the canvas background A working sample can be seen hereNew shapes The following shapes are added the existing ones are still working circle edge polygon triangle image lineimages multiple images particles js can have only one square is replacing edge since it s more cleartext any font including font awesome and similar fonts including emojistrianglebubble plugin heart plugin multiline text plugin rounded rect plugin spiral plugin SVG Path Mask An SVG path or multiple can be specified to be used to place particlesNew mouse interactions attractbouncebubble this is not new but can change also particles color connectlight plugin slowtrailHTML interaction Particles can now interact also with HTML elements like lt div gt sParticles rotation Each particle can have its own rotation animated or notGradient Links Particles links can be set to have a gradient color made from the two particles colors if different Confetti There are some settings that creates confetti animations with every kind of particles text particles too so emojis can be used too Emitters Some particles emitting area can be configured and the particles can be destroyed too when they are out of canvasAbsorbers Some particles absorbing areas like black holes can be configured and they can just reset the particle instead of totally destroying itParticles life settings Particles can have a duration and a number of lives so when they are destroyed they have a respawn countTwinkle twinkle little star Twinkling particles are a thing there are options to set a color based on a frequency so it s possible to configure some twinkling stars in a starry sky configurationVibration Particles have a vibration configuration tooNoise Particles can also have a noise path set instead of a linear one this can create some cool effects of particles acting differently each timeDuration A duration settings was recently added to the particles animation will stop after a specified amount of time this can be useful with confetti animationsIs it enough No You re right there are a lot of other customizations that I forgot to write about but everyone is welcome to discover and since it s not an abandoned project everyone will receive help What about React Vue js Angular or other cool frameworks It s not needed an external library since this project supports with official components ReactVue js Vue js AngularSveltejQueryRiot jsSolid jsPreactInfernoWeb ComponentsIf these aren t good reasons to migrate from Particles js to tsParticles I don t know which are Any cool idea about this Any suggestion Comment or reach me on GitHub matteobruni tsparticles tsParticles Easily create highly customizable particles animations and use them as animated backgrounds for your website Ready to use components available for React Vue js x and x Angular Svelte jQuery Preact Inferno tsParticles TypeScript ParticlesA lightweight TypeScript library for creating particles Dependency free browser ready and compatible with React Vue Angular Svelte jQuery Preact Inferno Do you want to use it on your website This library is available on the two most popular CDNs and it s easy and ready to use if you were using particles js it s even easier You ll find the instructions below with all the links you need and don t be scared by TypeScript it s just the source language The output files are just JavaScript CDNs and npm have all the sources you need in Javascript a bundle browser ready tsparticles min js and all files splitted for import syntax If you are still interested some lines below there are some instructions for migrating from the old particles js library Library installationHosting CDNPlease use this hosts or your own to… View on GitHubRemember to leave a star ️ it s free 2021-07-24 21:06:19
海外TECH Engadget WhatsApp says NSO spyware was used to attack officials working for US allies https://www.engadget.com/whatsapp-nso-spyware-attack-215334253.html?src=rss WhatsApp says NSO spyware was used to attack officials working for US alliesThe NSO Group has denied that its spyware was used to compromise many politicians phones but WhatsApp is telling a different story The chat giant s CEO Will Cathcart told The Guardian in an interview that governments allegedly used NSO s Pegasus software to attack senior government officials worldwide in including high ranking national security officials who were US allies The breaches were reportedly part of a larger campaign that compromised WhatsApp users in two weeks prompting a lawsuit The reporting on the NSO quot matches quot with findings from the attack on WhatsApp Cathcart said Human rights activists and journalists were also believed to be victims The executive was responding to allegations that governments used Pegasus to hack phones for people including those of women close to murdered Saudi journalist Jamal Khashoggi Those targets were also on a list of over phone numbers that included activists journalists and politicians although it s not clear that anyone beyond the fell prey to attacks NSO has strongly rejected claims about the hacks and the list insisting that there s quot no factual basis quot and that the list was too large to be focused solely on potential Pegasus targets It also directly challenged Cathcart asking if the WhatsApp exec had quot other alternatives quot to its tools that would help thwart quot pedophiles terrorists and criminals quot using encrypted software Cathcart however didn t buy that explanation ーhe pointed to the people as possible evidence that the number of targets was quot very high quot Whatever the truth it s safe to say WhatsApp won t shy away from its lawsuit or a war of words any time soon 2021-07-24 21:53:34
ニュース BBC News - Home Six people taken to hospital after funfair incident https://www.bbc.co.uk/news/uk-northern-ireland-57957404 funfair 2021-07-24 21:08:36
ニュース BBC News - Home Budapest Pride stands up for LGBT rights in Hungary https://www.bbc.co.uk/news/world-europe-57957348 people 2021-07-24 21:42:58
ニュース BBC News - Home 'I couldn't believe what I was watching' - Lions' second-half turnaround impresses O'Driscoll https://www.bbc.co.uk/sport/rugby-union/57958188 x I couldn x t believe what I was watching x Lions x second half turnaround impresses O x DriscollFormer captain Brian O Driscoll says the British and Irish Lions win over South Africa in the first Test was the ultimate game of two halves 2021-07-24 21:54:04
ニュース BBC News - Home The Hundred: Watch the best of Saturday's action https://www.bbc.co.uk/sport/av/cricket/57957695 The Hundred Watch the best of Saturday x s actionWatch the best moments of the women s and men s Hundred matches on Saturday as Trent Rockets hosted Southern Brave and Northern Superchargers took on Welsh Fire 2021-07-24 21:27:19
サブカルネタ ラーブロ カッパカラアゲセンター@所沢(チキントマト弁当) http://feedproxy.google.com/~r/rablo/~3/nIUwUylf1HI/single_feed.php 配信 2021-07-24 22:10:00
ニュース Newsweek 中国の対米報復制裁は北京冬季五輪ボイコットを招くか? https://www.newsweekjapan.jp/stories/world/2021/07/post-96760.php 今般、明日日にアメリカのシャーマン国務副長官が訪中し、天津で王毅外相と会談することになっているが、日の対米制裁の発表は、アラスカ会議直後の対中制裁に対するお返しと解釈することができる。 2021-07-25 06:39:06

コメント

このブログの人気の投稿

投稿時間:2021-06-17 05:05:34 RSSフィード2021-06-17 05:00 分まとめ(1274件)

投稿時間:2021-06-20 02:06:12 RSSフィード2021-06-20 02:00 分まとめ(3871件)

投稿時間:2020-12-01 09:41:49 RSSフィード2020-12-01 09:00 分まとめ(69件)