Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Recommend an Open Source Software

  1. #1
    Banned
    Join Date
    Sep 2018
    Last Online
    01-07-2021 @ 11:31 AM
    Location
    Black Knight satellite
    Ethnicity
    Zeta Reticulan
    Country
    Antarctica
    Politics
    Copernican Principle
    Gender
    Posts
    3,211
    Thumbs Up
    Received: 2,346
    Given: 1,328

    0 Not allowed!

    Default Recommend an Open Source Software

    I didn't saw such thread around here. It doesn't matter if its a library for programming, operating system, or an application.

  2. #2
    Banned
    Join Date
    Dec 2016
    Last Online
    @
    Meta-Ethnicity
    Hellenic, Germanic, Romance
    Ethnicity
    White
    Ancestry
    White people
    Country
    Sweden
    Y-DNA
    J2a
    mtDNA
    J2b
    Taxonomy
    Dinaro pontid + extreme CM
    Politics
    Right
    Hero
    Óláfr skautkonungr
    Religion
    Christian
    Relationship Status
    In a domestic partnership
    Gender
    Posts
    6,368
    Thumbs Up
    Received: 5,306
    Given: 2,492

    0 Not allowed!

    Default

    google chrome

  3. #3
    Banned
    Join Date
    Sep 2018
    Last Online
    01-07-2021 @ 11:31 AM
    Location
    Black Knight satellite
    Ethnicity
    Zeta Reticulan
    Country
    Antarctica
    Politics
    Copernican Principle
    Gender
    Posts
    3,211
    Thumbs Up
    Received: 2,346
    Given: 1,328

    1 Not allowed!

    Default

    Quote Originally Posted by Maintenance View Post
    google chrome

  4. #4
    Banned
    Join Date
    Sep 2018
    Last Online
    01-07-2021 @ 11:31 AM
    Location
    Black Knight satellite
    Ethnicity
    Zeta Reticulan
    Country
    Antarctica
    Politics
    Copernican Principle
    Gender
    Posts
    3,211
    Thumbs Up
    Received: 2,346
    Given: 1,328

    1 Not allowed!

    Default

    I recommend Firefox Relay add-on (still in beta). Its pretty neat stuff when you don't want to give up on your email address, and don't want to hassle to create new email address for every new account where you're unsure whether your email would be compromised or not.

  5. #5
    Veteran Member
    Join Date
    Jul 2019
    Last Online
    03-11-2024 @ 04:25 PM
    Ethnicity
    Unknown
    Country
    Antarctica
    Gender
    Posts
    3,911
    Thumbs Up
    Received: 3,471
    Given: 1,541

    1 Not allowed!

    Default

    https://vahaduo.github.io/
    I know you are't a genetics guy. But for those who don't know yet, you can download Vahaduo and use it offline in case it ever gets taken down.

    ..and edit it's code, if you're up to that adventure.
    Last edited by vbnetkhio; 01-02-2021 at 11:37 PM.

  6. #6
    Banned
    Join Date
    Sep 2020
    Last Online
    09-12-2023 @ 03:47 PM
    Location
    コミ共和国
    Meta-Ethnicity
    Finno-Permic
    Ethnicity
    Peasant
    Ancestry
    コミ
    Country
    Finland
    Taxonomy
    Karaboğa (euryprosopic, platyrrhine, dolichocephalic)
    Relationship Status
    Virgin
    Gender
    Posts
    2,170
    Thumbs Up
    Received: 4,862
    Given: 2,946

    2 Not allowed!

    Default

    I use this Python package to create morphs: https://pypi.org/project/facemorpher/.

    You can also use it to crop out a face from a photo if you only give a single image as an argument:

    ave1()(fun()(d=`mktemp -d`;cp "$1" "$d";b=${1##*/};python3 /usr/local/lib/python3.8/site-packages/facemorpher/averager.py --images=$d --background=average --out=/tmp/ave1/"${b%.*}".png;rm -r "$d");export -f fun;rm -r /tmp/ave1;mkdir /tmp/ave1;if (($#>0));then printf %s\\n "$@";else cat;fi|parallel -j10 fun)

    I use it to create sets of multiple morphs by creating a text file like this:

    group 1
    /path/to/image/1.png
    /path/to/image/2.png

    group 2
    /path/to/image/3.png
    /path/to/image/4.png

    Then I run a function like this (rewritten so that it doesn't use my custom functions or aliases):

    grow()(g=/tmp/g;rm -r $g;mkdir $g;awk '{$1=$1}1' RS= FS=\\n OFS=\\t|awk '{print NR"\t"$0}'|while IFS=$'\t' read k l m;do d="$g/$k $l";rm -r /tmp/ave;mkdir /tmp/ave;printf %s\\n "$m"|tr \\t \\n|parallel -q cp {} /tmp/ave/{#}-{/};python3 /usr/local/lib/python3.8/site-packages/facemorpher/averager.py --images=/tmp/ave --background=average --out="$d.png";a=$(printf %s\\n "$l (n=`printf %s "$m"|tr \\t \\n|wc -w`)"|fold -sw20);convert "$d.png" -gravity north -extent 86%x94% -pointsize 40 -stroke \#000c -strokewidth 4 -annotate +0+18 "$a" -stroke none -fill white -annotate +0+18 "$a" "$d..png";done;montage -geometry +0+0 -tile 3x -gravity north $g/*..* -resize 200x -quality 90 $g.jpg)

  7. #7
    Banned
    Join Date
    Feb 2018
    Last Online
    04-08-2021 @ 12:46 PM
    Ethnicity
    --
    Country
    Abkhazia
    Relationship Status
    Engaged
    Gender
    Posts
    14,575
    Thumbs Up
    Received: 14,466
    Given: 12,460

    1 Not allowed!

    Default

    Retroarch. I use it alot (both on PC and phone) to play old games.

    https://www.retroarch.com/


  8. #8
    Banned
    Join Date
    Sep 2018
    Last Online
    01-07-2021 @ 11:31 AM
    Location
    Black Knight satellite
    Ethnicity
    Zeta Reticulan
    Country
    Antarctica
    Politics
    Copernican Principle
    Gender
    Posts
    3,211
    Thumbs Up
    Received: 2,346
    Given: 1,328

    0 Not allowed!

    Default

    Quote Originally Posted by vbnetkhio View Post
    https://vahaduo.github.io/
    I know you are't a genetics guy. But for those who don't know yet, you can download Vahaduo and use it offline in case it ever gets taken down.

    ..and edit it's code, if you're up to that adventure.
    Never mind that, its thread about open source. Advice: In case you're afraid it will get down use wget or curl to download it, and also add it to wayback machine.

  9. #9
    Banned
    Join Date
    Sep 2018
    Last Online
    01-07-2021 @ 11:31 AM
    Location
    Black Knight satellite
    Ethnicity
    Zeta Reticulan
    Country
    Antarctica
    Politics
    Copernican Principle
    Gender
    Posts
    3,211
    Thumbs Up
    Received: 2,346
    Given: 1,328

    0 Not allowed!

    Default

    Quote Originally Posted by Komintasavalta View Post
    I use this Python package to create morphs: https://pypi.org/project/facemorpher/.

    You can also use it to crop out a face from a photo if you only give a single image as an argument:

    ave1()(fun()(d=`mktemp -d`;cp "$1" "$d";b=${1##*/};python3 /usr/local/lib/python3.8/site-packages/facemorpher/averager.py --images=$d --background=average --out=/tmp/ave1/"${b%.*}".png;rm -r "$d");export -f fun;rm -r /tmp/ave1;mkdir /tmp/ave1;if (($#>0));then printf %s\\n "$@";else cat;fi|parallel -j10 fun)

    I use it to create sets of multiple morphs by creating a text file like this:

    group 1
    /path/to/image/1.png
    /path/to/image/2.png

    group 2
    /path/to/image/3.png
    /path/to/image/4.png

    Then I run a function like this (rewritten so that it doesn't use my custom functions or aliases):

    grow()(g=/tmp/g;rm -r $g;mkdir $g;awk '{$1=$1}1' RS= FS=\\n OFS=\\t|awk '{print NR"\t"$0}'|while IFS=$'\t' read k l m;do d="$g/$k $l";rm -r /tmp/ave;mkdir /tmp/ave;printf %s\\n "$m"|tr \\t \\n|parallel -q cp {} /tmp/ave/{#}-{/};python3 /usr/local/lib/python3.8/site-packages/facemorpher/averager.py --images=/tmp/ave --background=average --out="$d.png";a=$(printf %s\\n "$l (n=`printf %s "$m"|tr \\t \\n|wc -w`)"|fold -sw20);convert "$d.png" -gravity north -extent 86%x94% -pointsize 40 -stroke \#000c -strokewidth 4 -annotate +0+18 "$a" -stroke none -fill white -annotate +0+18 "$a" "$d..png";done;montage -geometry +0+0 -tile 3x -gravity north $g/*..* -resize 200x -quality 90 $g.jpg)
    Neat stuff. Do you use it to create mods for video games or something like that? I vaguely remember NBA 2k18 or 19 allowed you to create realistic face by uploading a certain kind of photo.

  10. #10
    New Member Staisha's Avatar
    Join Date
    Nov 2018
    Last Online
    06-09-2022 @ 08:45 AM
    Meta-Ethnicity
    Slavic
    Ethnicity
    Slavic
    Country
    United States
    Gender
    Posts
    29
    Thumbs Up
    Received: 9
    Given: 1

    0 Not allowed!

    Default

    You will most likely also need graphic design and editing software if you want to create some in-game stuff or new characters. I can advise you on a good free software for this. You can find more information about it here https://www.movavi.com/ . I like that all Movavi products are quite easy to use and you can install them to work on different digital devices.

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. The Rise of Open-Source Software
    By JamesBond007 in forum Computers and Internet
    Replies: 5
    Last Post: 01-03-2020, 05:48 AM
  2. New Ancestry Software
    By Zoro in forum Genetics
    Replies: 5
    Last Post: 09-06-2019, 07:04 PM
  3. Replies: 1
    Last Post: 08-27-2017, 03:36 AM
  4. Software Suggestions
    By Grey in forum Computers and Internet
    Replies: 6
    Last Post: 10-21-2011, 10:13 AM
  5. Open Source Computing - New World
    By joe blowe in forum Economics
    Replies: 0
    Last Post: 04-16-2011, 05:37 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •